beremiz
Clone
Summary
Browse
Changes
Graph
cleanup python example
2016-10-12, Andrey Skvortsov
9be98ccfed97
cleanup python example
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 $< -> $@"