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

OUTPUTDIR = bin
SOURCEDIR = src

EXECUTABLES = ${OUTPUTDIR}/wumpus

COMPILER = swipl



all: huntthewumpus


clean:

distclean:
	rm ${EXECUTABLES}



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