beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix Variable grid ignoring edits. WxPython4 consequence.
2024-04-15, Edouard Tisserant
62d04933d569
IDE: Fix Variable grid ignoring edits. WxPython4 consequence.
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 $< -> $@"