beremiz
Clone
Summary
Browse
Changes
Graph
More wx.NewID abuse removal. All Viewer.py got cured.
wx.NewID_abuse_fix
2019-03-27, Edouard Tisserant
eb9392511989
More wx.NewID abuse removal. All Viewer.py got cured.
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 $< -> $@"