1
0
mirror of https://github.com/pakt/ropc synced 2026-06-08 16:36:27 +00:00

Avoid the unbound constructor error for Ast.Int by changing the order of compilation

This commit is contained in:
Patroklos Argyroudis
2013-04-16 22:29:51 +03:00
parent b6d819a63b
commit b808d62ba3
+1 -1
View File
@@ -19,7 +19,7 @@ VERIFY_OBJS = common.cmo int_utils.cmo gdefs.cmo
OPTS =
all: ropc gadget
all: dumper verify gadget ropc
ropc: common.cmo lexer.cmo cdefs.cmo analysis.cmo main.cmo
ocamlfind ocamlc -package extlib -linkpkg -o ropc common.cmo ast.cmo lexer.cmo parser.cmo cdefs.cmo analysis.cmo main.cmo