beremiz
Clone
Summary
Browse
Changes
Graph
Merge, with surprizingly little conflicts
2018-11-23, Edouard Tisserant
15f18dc8b56a
Merge, with surprizingly little conflicts
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 $< -> $@"