beremiz
Clone
Summary
Browse
Changes
Graph
enable etherlab checks
2018-09-29, Andrey Skvortsov
23978e5b039a
enable etherlab checks
resort enabled pylint check to move likely-most invasive changes to the end
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 $< -> $@"