diff --git a/compiler/Makefile b/compiler/Makefile index 7645d57..a78dab9 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -6,11 +6,11 @@ else BIN:=heptc.$(TARGET) endif -.PHONY: all clean opt byte clean debug install +.PHONY: all clean native byte clean debug install all: $(TARGET) -opt: +native: ifeq ($(ENABLE_SIMULATOR), yes) $(OCAMLBUILD) $(COMPILER).native $(SIMULATOR).native else