beremiz
Clone
Summary
Browse
Changes
Graph
Disable source quality checking on ethercat plugin - will fix it later
2018-08-08, Edouard Tisserant
62eba810212e
Disable source quality checking on ethercat plugin - will fix it later
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 $< -> $@"