beremiz
Clone
Summary
Browse
Changes
Graph
rename text field in SVG graphic to match IEC code in svgui example
2017-06-02, Andrey Skvortsov
dde952da3aa4
rename text field in SVG graphic to match IEC code in svgui example
This caused svgui example to crash.
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 $< -> $@"