beremiz
Clone
Summary
Browse
Changes
Graph
fix borders of pull-down choice list box in Config tab, in Project Properties
2016-11-02, Sergey Surkov
6e38f13d4b7b
fix borders of pull-down choice list box in Config tab, in Project Properties
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 $< -> $@"