beremiz
Clone
Summary
Browse
Changes
Graph
Tests: Fix missing <br/> in generated html report.
wxPython4
2022-04-07, Edouard Tisserant
523f6fcc7a28
Tests: Fix missing
in generated html report.
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 $< -> $@"