diff --git a/makefile b/makefile index b953138..6d723c8 100644 --- a/makefile +++ b/makefile @@ -45,10 +45,6 @@ android-x86: android-x86-debug android-x86-release .build/projects/gmake-linux: $(GENIE) --gcc=linux-gcc gmake -linux-debug32: .build/projects/gmake-linux - make -R -C .build/projects/gmake-linux config=debug32 -linux-release32: .build/projects/gmake-linux - make -R -C .build/projects/gmake-linux config=release32 linux-debug64: .build/projects/gmake-linux make -R -C .build/projects/gmake-linux config=debug64 linux-release64: .build/projects/gmake-linux @@ -87,10 +83,6 @@ mingw-clang: mingw-clang-debug32 mingw-clang-release32 mingw-clang-debug64 mingw .build/projects/gmake-osx: $(GENIE) --gcc=osx gmake -osx-debug32: .build/projects/gmake-osx - make -C .build/projects/gmake-osx config=debug32 -osx-release32: .build/projects/gmake-osx - make -C .build/projects/gmake-osx config=release32 osx-debug64: .build/projects/gmake-osx make -C .build/projects/gmake-osx config=debug64 osx-release64: .build/projects/gmake-osx