forked from github/server
more copyable Makefile
This commit is contained in:
parent
b7c323f0c9
commit
6286c3212d
1 changed files with 4 additions and 2 deletions
6
Makefile
6
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
|
||||
|
|
Loading…
Reference in a new issue