beremiz
Clone
Summary
Browse
Changes
Graph
Merge commit '2d061a66ddc737f5dffae82413b4f8573b7eee54' into HEAD
22 months ago, Edouard Tisserant
38bebb9ee34e
Merge commit '2d061a66ddc737f5dffae82413b4f8573b7eee54' into HEAD
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 $< -> $@"