update makefile

This commit is contained in:
nullifiedcat 2017-12-08 09:03:48 +03:00
parent d827f9bf42
commit 58c1b2a45c

View File

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