| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-03 16:57:20 +0200 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2017-08-03 16:57:20 +0200 | 
| commit | 71f3a1bb063087e51f2b2e2ef940e773e2e084d1 (patch) | |
| tree | 424f694ff9f711623fb06a184309d44fd1ef9a06 /instr-to-kodkod/parser/Makefile | |
| parent | b16812434d54a9d7480564cbf4f299168ca6a1a1 (diff) | |
Other than the pretty-printer, it seems done.
Diffstat (limited to 'instr-to-kodkod/parser/Makefile')
| -rw-r--r-- | instr-to-kodkod/parser/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/instr-to-kodkod/parser/Makefile b/instr-to-kodkod/parser/Makefile index bcc216a..435a687 100644 --- a/instr-to-kodkod/parser/Makefile +++ b/instr-to-kodkod/parser/Makefile @@ -1,17 +1,17 @@  ## Parameters ##################################################################  #### ANTLR's Jar  ifndef ANTLR_JAR -ANTLR_JAR = ../antlr-4.7-complete.jar +ANTLR_JAR = ${CURDIR}/../antlr-4.7-complete.jar  endif  #### KODKOD's Jar  ifndef KODKOD_JAR -KODKOD_JAR = ../kodkod.jar +KODKOD_JAR = ${CURDIR}/../kodkod.jar  endif  #### Main program's sources  ifndef MAIN_PROGRAM_SRC -MAIN_PROGRAM_SRC = ../src/ +MAIN_PROGRAM_SRC = ${CURDIR}/../src/  endif  #### JRE binary | 


