beremiz

SVGHMI: cosmetic changes
svghmi
2020-03-19, Edouard Tisserant
30cea13267b4
SVGHMI: cosmetic 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 $< -> $@"