beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1653 # (next-method-defined) next method defined
2018-10-12, Andrey Skvortsov
80b225e9a6b6
python3 support: pylint, W1653 # (next-method-defined) next method defined
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 $< -> $@"