beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
wxPython4
2021-10-04, Edouard Tisserant
d44b6346d4c2
SVGHMI: Move sprintf.js out of widget_display.ysl2 since it is used in other widgets as well
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 $< -> $@"