beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix DropTarget() methods that must return a bool with wxPython4.
wxPython4
2022-11-04, Edouard Tisserant
0e41dbe6ddcd
IDE: Fix DropTarget() methods that must return a bool with wxPython4.
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 $< -> $@"