From 0e7268310b1fcac999a1b3f4e8f6f9b68e7783fc Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sun, 5 Jan 2014 22:12:48 +0100 Subject: Handle EQIdent (expressions such as A::x and A::f(x, y) --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index c7ff839..51b57aa 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,8 +3,8 @@ BIN=minic++ all: $(BIN) $(BIN): main.ml ast.ml parser.mly lexer.mll pretty.ml typing.ml pretty_typing.ml - ocamlbuild main.byte - mv main.byte $(BIN) + ocamlbuild main.native + mv main.native $(BIN) clean: rm -r _build -- cgit v1.2.3