beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: whitespaces and comments
svghmi
2020-03-04, Edouard Tisserant
6d39beb19f38
SVGHMI: whitespaces and comments
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 $< -> $@"