Fix: replace opt with native in build system

This commit is contained in:
Adrien Guatto 2012-03-05 20:01:02 +01:00
parent e05f3732a0
commit 834e16cad5

View file

@ -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