beremiz
Clone
Summary
Browse
Changes
Graph
Added RepairPLC() to PLCObject. For now just calling PurgePLC and quit PLC runtime.
2019-04-16, Edouard Tisserant
779e8dbf1ee1
Added RepairPLC() to PLCObject. For now just calling PurgePLC and quit PLC runtime.
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 $< -> $@"