beremiz

IDE: fixed/remove checks wxPython versions
python3
2023-04-12, Edouard Tisserant
9958cf865da0
IDE: fixed/remove checks wxPython versions
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 $< -> $@"