beremiz
Clone
Summary
Browse
Changes
Graph
check before program generation whether SFC step, that is referenced
2017-01-12, Andrey Skvortsov
0779c1b18c01
check before program generation whether SFC step, that is referenced
by SFC jump, does exists
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 $< -> $@"