more copyable Makefile

This commit is contained in:
Enno 2011-03-06 21:01:30 +01:00
parent b7c323f0c9
commit 6286c3212d
1 changed files with 4 additions and 2 deletions

View File

@ -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