diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fa90343 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: + ocamlbuild -use-menhir rockstar.native + +test: + ./rockstar.native -ast demo.rock + ./rockstar.native demo.rock +clean: + rm -r _build + rm rockstar.native \ No newline at end of file