summaryrefslogtreecommitdiff
path: root/asm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asm/Makefile')
-rw-r--r--asm/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/asm/Makefile b/asm/Makefile
new file mode 100644
index 0000000..8ac2004
--- /dev/null
+++ b/asm/Makefile
@@ -0,0 +1,10 @@
+
+all: asm
+
+asm: assembler.ml asm.ml asmlex.mll asmpars.mly
+ ocamlbuild assembler.native
+ mv assembler.native asm
+
+clean:
+ rm asm
+ rm -r _build