beremiz
Clone
Summary
Browse
Changes
Graph
fix list of recent projects in File menu, add path to current project after Save As
2016-12-12, Sergey Surkov
481a71c864d4
fix list of recent projects in File menu, add path to current project after Save As
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 $< -> $@"