beremiz
Clone
Summary
Browse
Changes
Graph
Tests: cleanup and tidy docker definitions and scripts
wxPython4
2022-11-24, Edouard Tisserant
4058140a8757
Tests: cleanup and tidy docker definitions and scripts
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 $< -> $@"