beremiz

tests: rename build_in_docker.sh to do_test_in_docker.sh
wxPython4
2022-07-04, Edouard Tisserant
fbe924df437b
tests: rename build_in_docker.sh to do_test_in_docker.sh
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 $< -> $@"