beremiz
Clone
Summary
Browse
Changes
Graph
clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
2017-08-16, Andrey Skvortsov
acf02488f37f
clean-up: fix PEP8 E306 expected 1 blank line before a nested definition, found X
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 $< -> $@"