beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-05, Andrey Skvortsov
105c20fdeb19
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
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 $< -> $@"