beremiz
Clone
Summary
Browse
Changes
Graph
fix bug with indelible values in some 'optional' fields in project properties panel
2018-02-19, Surkov Sergey
38e912c8bd31
fix bug with indelible values in some 'optional' fields in project properties panel
only 'required' fields should be indelible
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 $< -> $@"