beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: update test/svghmi to reflect latest changes
wxPython4
2021-10-04, Edouard Tisserant
700fb04f3500
SVGHMI: update test/svghmi to reflect latest changes
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 $< -> $@"