beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix visibility of text in Debug panel when using dark theme.
wxPython4
2022-11-04, Edouard Tisserant
278dc1144059
IDE: Fix visibility of text in Debug panel when using dark theme.
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 $< -> $@"