beremiz
Clone
Summary
Browse
Changes
Graph
runtime: added restart/reset button in web settings. Accidentaly fixed web settings logging feature.
mc9_backport_2
2020-12-18, Edouard Tisserant
b5404261c035
runtime: added restart/reset button in web settings. Accidentaly fixed web settings logging feature.
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 $< -> $@"