aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/makefile b/makefile
deleted file mode 100644
index 6aceab8..0000000
--- a/makefile
+++ /dev/null
@@ -1,18 +0,0 @@
1RESULT = urm
2LIBS = str
3PACKS = kaputt
4SOURCES = \
5 common.ml \
6 parser.mli parser.ml \
7 instptr.mli instptr.ml \
8 reg.mli reg.ml \
9 urm.mli urm.ml urm_test.ml \
10 eurm.mli eurm.ml eurm_test.ml \
11 main.ml
12
13OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
14include $(OCAMLMAKEFILE)
15
16test: nc
17 ./$(RESULT) run-tests
18