aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 4179bf247c8d4040754591c980b544801c5ce131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
RESULT = urm
LIBS = str
PACKS = kaputt
SOURCES = \
  common.ml \
  parser.mli parser.ml \
  instptr.mli instptr.ml \
  reg.mli reg.ml \
  urm.mli urm.ml urm_test.ml \
  eurm.mli eurm.ml eurm_test.ml

OCAMLMAKEFILE = /usr/share/ocamlmakefile/OCamlMakefile
include $(OCAMLMAKEFILE)

test: nc
	./$(RESULT) run-tests