beremiz

SVGHMI: whitespaces
svghmi
2020-03-09, Edouard Tisserant
a108677bd3d0
SVGHMI: whitespaces
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 $< -> $@"