beremiz
Clone
Summary
Browse
Changes
Graph
add dialog "add program", that appears after creating new project
2017-06-26, Surkov Sergey
24416137cda7
add dialog "add program", that appears after creating new project
also, sets one task and one instance of created program in main project resource
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 $< -> $@"