beremiz
Clone
Summary
Browse
Changes
Graph
Drop EtherCAT examples, because they are non-functional without releasing motion control library
2018-08-13, Andrey Skvortsov
dcdeb5ad7d55
Drop EtherCAT examples, because they are non-functional without releasing motion control library
Closes #38
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 $< -> $@"