public
Description: An isometric graphical interface for the games NetHack and Slash'EM
Homepage: http://clivecrous.github.com/vultures/
Clone URL: git://github.com/clivecrous/vultures.git
Click here to lend your support to: vultures and make a donation at www.pledgie.com !
vultures / Makefile
100644 25 lines (19 sloc) 0.585 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ----------------------------------------------------------------
# NOTE
# ----------------------------------------------------------------
# You are probably looking for the contents of GNUmakefile
# This Makefile is just a stub for those systems that do not
# default to using GNU make.
# ----------------------------------------------------------------
default:
@echo "This is merely a makefile stub to ensure that you use GNU make instead".
 
test:
gmake test
 
home:
gmake home
 
nethack-home:
gmake nethack-home
 
slashem-home:
gmake slashem-home
 
distfiles:
gmake distfiles