beremiz
Clone
Summary
Browse
Changes
Graph
Tests: UI tests now avoid polling stdout if process didn't start.
wxPython4
2022-11-10, Edouard Tisserant
cfb2b05b68c4
Tests: UI tests now avoid polling stdout if process didn't start.
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 $< -> $@"