beremiz
Clone
Summary
Browse
Changes
Graph
Tests: IDE: explicitely wait for build success rather than just stdout to become silent.
wxPython4
2023-02-02, Edouard Tisserant
d0a9c01ee7a5
Tests: IDE: explicitely wait for build success rather than just stdout to become silent.
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 $< -> $@"