aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorpacien2018-04-22 22:39:56 +0200
committerpacien2018-04-22 22:39:56 +0200
commit0027c7b647e1b345badbb01bcafd22feee075470 (patch)
tree8cf72c45c517b20c1adfe4eba25f8b3358115282 /makefile
parentdb9de5bc717be46f0ca2dc1aa975c75adca6264d (diff)
downloadurm-0027c7b647e1b345badbb01bcafd22feee075470.tar.gz
Implement program execution from command line
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 2ccd250..6345a40 100644
--- a/makefile
+++ b/makefile
@@ -6,7 +6,8 @@ SOURCES = \
6 parser.mli parser.ml \ 6 parser.mli parser.ml \
7 instptr.mli instptr.ml \ 7 instptr.mli instptr.ml \
8 reg.mli reg.ml \ 8 reg.mli reg.ml \
9 urm.mli urm.ml urm_test.ml 9 urm.mli urm.ml urm_test.ml \
10 main.ml
10 11
11OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile 12OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
12include $(OCAMLMAKEFILE) 13include $(OCAMLMAKEFILE)