This commit is contained in:
Branimir Karadžić
2018-04-17 10:19:51 -07:00
parent 43023a05f9
commit 5d79703929

View File

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