beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix About dialog not showing (wxPython4 sequel), update copyright section.
wxPython4
2022-07-30, Edouard Tisserant
eb915a9fdcb0
IDE: fix About dialog not showing (wxPython4 sequel), update copyright section.
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 $< -> $@"