Merge pull request #98 from mstorsjo/trailing-whitespace-platform

Get rid of trailing whitespace in the platform makefiles
This commit is contained in:
Ethan Hugg 2014-01-06 09:35:24 -08:00
commit 319ae0253b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
else
ASMFLAGS += -f elf32
endif

View File

@ -1,5 +1,5 @@
ASM = nasm
CFLAGS += -DWIN32 -D__NO_CTYPE
LDFLAGS +=
LDFLAGS +=
ASMFLAGS += -f win32 -DPREFIX