beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix image generation from svg script that was deleting to many files on cleanup
wxPython4
2022-07-30, Edouard Tisserant
419f17564583
IDE: fix image generation from svg script that was deleting to many files on cleanup
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"