beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
2022-11-04, Edouard Tisserant
e42a09c1d3f3
SVGHMI: use messy test/projects/svghmi to give a try to ScreenSaver feature.
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 $< -> $@"