summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-03 16:57:20 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-08-03 16:57:20 +0200
commit71f3a1bb063087e51f2b2e2ef940e773e2e084d1 (patch)
tree424f694ff9f711623fb06a184309d44fd1ef9a06 /Makefile
parentb16812434d54a9d7480564cbf4f299168ca6a1a1 (diff)
Other than the pretty-printer, it seems done.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4846880..70bf737 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
## Makefile Parameters #########################################################
-LEVEL_FILES = $(wildcard $(PWD)/data/level/*.lvl)
-PROPERTY_FILES = $(wildcard $(PWD)/data/property/*.pro)
-AST_FILE = $(PWD)/data/ast/best_chronometer_ever.xml
+LEVEL_FILES = $(wildcard ${CURDIR}/data/level/*.lvl)
+PROPERTY_FILES = $(wildcard ${CURDIR}/data/property/*.pro)
+AST_FILE = ${CURDIR}/data/ast/best_chronometer_ever.xml
TMP_DIR = /tmp/tabellion
MODEL_DIR = $(TMP_DIR)/mod