Merge pull request #98 from mstorsjo/trailing-whitespace-platform
Get rid of trailing whitespace in the platform makefiles
This commit is contained in:
commit
319ae0253b
@ -4,7 +4,7 @@ LDFLAGS += -lpthread
|
||||
ASMFLAGS += -DNOPREFIX
|
||||
ifeq ($(ENABLE64BIT), Yes)
|
||||
ASMFLAGS += -f elf64
|
||||
else
|
||||
else
|
||||
ASMFLAGS += -f elf32
|
||||
endif
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
ASM = nasm
|
||||
CFLAGS += -DWIN32 -D__NO_CTYPE
|
||||
LDFLAGS +=
|
||||
LDFLAGS +=
|
||||
ASMFLAGS += -f win32 -DPREFIX
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user