beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: removed debug print
SVGHMI_compat
2019-11-08, Edouard Tisserant
10f7e3aa6e0c
SVGHMI: removed debug print
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 $< -> $@"