beremiz
Clone
Summary
Browse
Changes
Graph
runtime web settings: fix wrong declaration of ISettings, add missing entries in WAMP config.
py2compat
15 months ago, Edouard Tisserant
d1a283770b08
runtime web settings: fix wrong declaration of ISettings, add missing entries in WAMP config.
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 $< -> $@"