beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: more fixes related to backport from python2 to python3
py2compat
15 months ago, Edouard Tisserant
4876b441a291
WAMP: more fixes related to backport from python2 to python3
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 $< -> $@"