beremiz
Clone
Summary
Browse
Changes
Graph
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
2022-02-15, Edouard Tisserant
2739fbd82569
IDE: removed one (last ?) wx.NewId() that was called on each opening of project tree popup menu
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 $< -> $@"