beremiz
Clone
Summary
Browse
Changes
Graph
fix running wxGlade on current Debian systems
2017-06-06, Andrey Skvortsov
457155545922
fix running wxGlade on current Debian systems
wxGlade was moved from python import path to /usr/share/wxglade
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 $< -> $@"