|
|
@@ -97,7 +97,7 @@ linux-debug64: .build/projects/gmake-linux ## Build - Linux x64 Debug
|
|
|
$(MAKE) -R -C .build/projects/gmake-linux config=debug64
|
|
|
linux-release64: .build/projects/gmake-linux ## Build - Linux x64 Release
|
|
|
$(MAKE) -R -C .build/projects/gmake-linux config=release64
|
|
|
-linux: linux-debug32 linux-release32 linux-debug64 linux-release64 ## Build - Linux x86/x64 Debug and Release
|
|
|
+linux: linux-debug64 linux-release64 ## Build - Linux x64 Debug and Release
|
|
|
|
|
|
.build/projects/gmake-freebsd:
|
|
|
$(GENIE) --with-tools --gcc=freebsd gmake
|
|
|
@@ -189,7 +189,7 @@ osx-debug64: .build/projects/gmake-osx ## Build - OSX x64 Debug
|
|
|
$(MAKE) -C .build/projects/gmake-osx config=debug64
|
|
|
osx-release64: .build/projects/gmake-osx ## Build - OSX x64 Release
|
|
|
$(MAKE) -C .build/projects/gmake-osx config=release64
|
|
|
-osx: osx-debug32 osx-release32 osx-debug64 osx-release64 ## Build - OSX x86/x64 Debug and Release
|
|
|
+osx: osx-debug64 osx-release64 ## Build - OSX x64 Debug and Release
|
|
|
|
|
|
.build/projects/gmake-ios-arm:
|
|
|
$(GENIE) --gcc=ios-arm gmake
|