beremiz
Clone
Summary
Browse
Changes
Graph
Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread.
2018-04-13, Edouard Tisserant
8d1aca3c9e83
Fixed implementation of runtime worker that ensure that PLCObject Load and Unload methods always run main thread.
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 $< -> $@"