beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes
py2compat
23 months ago, Edouard Tisserant
3975b1ad25ec
IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes
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 $< -> $@"