From 6286c3212dea5bce23e71ff67ba9a258bfb150a9 Mon Sep 17 00:00:00 2001 From: Enno Date: Sun, 6 Mar 2011 21:01:30 +0100 Subject: [PATCH] more copyable Makefile --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 573ba6503..619a4d947 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ -all: bin/eressea +PROJECT = eressea + +all: bin/$(PROJECT) bin: mkdir bin -bin/eressea: bin/Makefile +bin/$(PROJECT): bin/Makefile cd bin ; make bin/Makefile: bin