From 0027c7b647e1b345badbb01bcafd22feee075470 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 22 Apr 2018 22:39:56 +0200 Subject: Implement program execution from command line --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2ccd250..6345a40 100644 --- a/makefile +++ b/makefile @@ -6,7 +6,8 @@ SOURCES = \ parser.mli parser.ml \ instptr.mli instptr.ml \ reg.mli reg.ml \ - urm.mli urm.ml urm_test.ml + urm.mli urm.ml urm_test.ml \ + main.ml OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile include $(OCAMLMAKEFILE) -- cgit v1.2.3