beremiz
Clone
Summary
Browse
Changes
Graph
add fields autocomplete when adding task or instance in resources
2018-01-31, Surkov Sergey
64827679f3f1
add fields autocomplete when adding task or instance in resources
values will be copied from previous row, first row fills with the default values
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 $< -> $@"