beremiz
Clone
Summary
Browse
Changes
Graph
Expose new PLCObject API members to WAMP interface.
2018-12-18, Edouard Tisserant
9d5c291b510f
Expose new PLCObject API members to WAMP interface.
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 $< -> $@"