beremiz
Clone
Summary
Browse
Changes
Graph
Drop support for wxPython 2.6 and below
2018-06-07, Andrey Skvortsov
10aa87518401
Drop support for wxPython 2.6 and below
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 $< -> $@"