Optimize Makefiles

This commit is contained in:
2016-08-29 21:01:09 +02:00
committed by Valeriano A.R
parent ddd7ac034a
commit 2a74dea233
6 changed files with 59 additions and 59 deletions

View File

@@ -6,7 +6,6 @@ else
TARGET_ARCH=linux
endif # windir
ifeq ($(TARGET_ARCH),mingw)
include Makefile.win32
else