beremiz
Clone
Summary
Browse
Changes
Graph
Merge changes about wamp reconnecting options, and added missing parts so that these changes make sense.
2021-10-19, Edouard Tisserant
c6de1a6cb655
Merge changes about wamp reconnecting options, and added missing parts so that these changes make sense.
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 $< -> $@"