beremiz
Clone
Summary
Browse
Changes
Graph
cleanup etherlab: pep8, E225 missing whitespace around operator
2018-09-28, Andrey Skvortsov
bc07b9910cdb
cleanup etherlab: pep8, E225 missing whitespace around operator
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 $< -> $@"