beremiz
Clone
Summary
Browse
Changes
Graph
fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method
2018-01-24, Edouard Tisserant
9d17b9d91697
fixed erro introduced 2 commits ago (-e) : tuples have no reverse() method
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 $< -> $@"