Fix: replace opt with native in build system
This commit is contained in:
parent
e05f3732a0
commit
834e16cad5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue