summaryrefslogtreecommitdiff
path: root/makefile
blob: 2adaf2a39155f80a46baae44c830605b853e866b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

OUTPUTDIR = bin
SOURCEDIR = src

EXECUTABLES = ${OUTPUTDIR}/wumpus



all: huntthewumpus


clean:

distclean:
	rm ${EXECUTABLES}



huntthewumpus:
	prolog --goal=play --stand_alone=true -o ${OUTPUTDIR}/wumpus -c ${SOURCEDIR}/main.prolog