This commit is contained in:
Nishi 2024-11-30 02:02:44 +09:00
parent 7003b38ca8
commit e9f849539c
No known key found for this signature in database
GPG Key ID: BAEA61502BFD1F1C

View File

@ -19,6 +19,10 @@ CFLAGS = -O -g
# CFLAGS = -Wall -g
LFLAGS = -static
ifeq ($(shell uname -m),x86_64)
CFLAGS += -DPOINTER_IS_64BIT
endif
# In both cases: Ask for static linking so that binary will be transportable
# Directory for installed binary: