diff options
Diffstat (limited to 'code/tools/asm/Makefile')
-rw-r--r-- | code/tools/asm/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/tools/asm/Makefile b/code/tools/asm/Makefile index 0d64f14..f03025c 100644 --- a/code/tools/asm/Makefile +++ b/code/tools/asm/Makefile @@ -1,6 +1,5 @@ # yeah, couldn't do more simple really -PLATFORM=$(shell uname|sed -e s/_.*//|tr A-Z a-z) ifeq ($(PLATFORM),mingw32) BINEXT=.exe else |