mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 01:13:02 +01:00
Makefile: fix typo
This commit is contained in:
parent
c53600b550
commit
47b9648f85
@ -43,16 +43,16 @@ else
|
||||
CFLAGS +=
|
||||
LDFLAGS +=
|
||||
endif
|
||||
UNAME_P = $(shell uname -p)
|
||||
ifeq ($(UNAME_P), x86_64)
|
||||
UNAME_M = $(shell uname -m)
|
||||
ifeq ($(UNAME_M), x86_64)
|
||||
CFLAGS +=
|
||||
LDFLAGS +=
|
||||
endif
|
||||
ifneq ($(filter %86, $(UNAME_P)),)
|
||||
ifneq ($(filter %86, $(UNAME_M)),)
|
||||
CFLAGS +=
|
||||
LDFLAGS +=
|
||||
endif
|
||||
ifneq ($(filter arm%, $(UNAME_P)),)
|
||||
ifneq ($(filter arm%, $(UNAME_M)),)
|
||||
CFLAGS +=
|
||||
LDFLAGS +=
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user