summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-24 13:40:40 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-24 13:40:40 +0200
commit66cfd64a7ed0c3809e033b0976c17e95bc6c50ca (patch)
tree0c136b72a6084115013643f4a5ebf6af6e758494 /ast-to-instr/Makefile
parentfb0882b5e3622b762812f4ffe4688c7a344a02cd (diff)
Centralizes the processing of (read) expressions.
Diffstat (limited to 'ast-to-instr/Makefile')
-rw-r--r--ast-to-instr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast-to-instr/Makefile b/ast-to-instr/Makefile
index f09cae1..4a19d4f 100644
--- a/ast-to-instr/Makefile
+++ b/ast-to-instr/Makefile
@@ -1,4 +1,4 @@
-INPUT_FILE = ../data/ast/*.xml
+INPUT_FILE = ../data/ast/best_chronometer_ever.xml
## Executables #################################################################
JAVAC = javac