Skip to content
Snippets Groups Projects
Commit cc7b2dfa authored by Niklas Fors's avatar Niklas Fors
Browse files

Fixed bug in Makefile

parent 97d82185
Branches
No related tags found
No related merge requests found
all: compile run
compile:
(cd .. && ant jar)
java -jar ../compiler.jar All.relast --file
java -jar ../relast-compiler.jar All.relast --file
java -jar ../tools/jastadd2.jar --package=AST AllGen.ast AllGen.jadd Utils.jadd
run:
javac AST/*.java Test.java
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment