beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Remove all occurrences of deprecated wx.grid.PyGrid
2024-04-15, Edouard Tisserant
1c0263e2b3b1
IDE: Remove all occurrences of deprecated wx.grid.PyGrid
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 $< -> $@"