update makefile
This commit is contained in:
parent
d827f9bf42
commit
58c1b2a45c
7
Makefile
7
Makefile
@ -28,9 +28,12 @@ all:
|
|||||||
mkdir -p $(BIN64_DIR)
|
mkdir -p $(BIN64_DIR)
|
||||||
ifndef ARCH
|
ifndef ARCH
|
||||||
$(MAKE) clean_objects
|
$(MAKE) clean_objects
|
||||||
$(MAKE) $(TARGET64) -e ARCH=64
|
$(MAKE) -e ARCH=64
|
||||||
$(MAKE) clean_objects
|
$(MAKE) clean_objects
|
||||||
$(MAKE) $(TARGET32) -e ARCH=32
|
$(MAKE) -e ARCH=32
|
||||||
|
else
|
||||||
|
$(MAKE) clean_objects
|
||||||
|
$(MAKE) $(TARGET)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user