beremiz
Clone
Summary
Browse
Changes
Graph
fix default time range choice for debug variable panel
2018-01-15, Surkov Sergey
f77bc4fdc73c
fix default time range choice for debug variable panel
only localized versions were affected
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 $< -> $@"