aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 2ccd2500b866fbedb53ca68873b53f4e72f3e7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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

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

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