beremiz
Clone
Summary
Browse
Changes
Graph
Tests: add ST FOR loop tests to IEC-61131 language tests
18 months ago, Edouard Tisserant
5234d06f62ee
Tests: add ST FOR loop tests to IEC-61131 language tests
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 $< -> $@"