From d654fd5976437678a9f9ca19464fbf4593f0a740 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 16 Aug 2017 22:55:39 +1000 Subject: Updated license, smoothed a few minor glitches --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2adaf2a..e7bf9e0 100644 --- a/makefile +++ b/makefile @@ -4,6 +4,8 @@ SOURCEDIR = src EXECUTABLES = ${OUTPUTDIR}/wumpus +COMPILER = swipl + all: huntthewumpus @@ -17,4 +19,4 @@ distclean: huntthewumpus: - prolog --goal=play --stand_alone=true -o ${OUTPUTDIR}/wumpus -c ${SOURCEDIR}/main.prolog + ${COMPILER} --goal=play --stand_alone=true -o ${OUTPUTDIR}/wumpus -c ${SOURCEDIR}/main.prolog -- cgit