Compare commits

..

No commits in common. "571fc4b9e9835bce2c29dc6d5fbef6685321b4ae" and "60d8105b8f02fd8a907f7b43c78e093d5bd96a30" have entirely different histories.

View File

@ -5,7 +5,7 @@ MANPREFIX = ${PREFIX}/share/man
#CC ?= gcc #CC ?= gcc
SRCDIR = ./src SRCDIR = ./src
CFLAGS = -Wall -Werror -pedantic -O3 -std=c11 -fno-strict-aliasing \ CFLAGS = -Wall -Werror -pedantic -O3 -std=c11 -fno-strict-aliasing \
-I${SRCDIR} -I${PREFIX}/include/ -DLUA_USE_POSIX -D_PREFIX="${PREFIX}" -I${SRCDIR} -I${PREFIX}/include/ -DLUA_USE_POSIX -D_PREFIX=${PREFIX}
# remove this # remove this
LDFLAGS = -L${PREFIX}/lib -lSDL2 -lm -llua5.2 LDFLAGS = -L${PREFIX}/lib -lSDL2 -lm -llua5.2
FILES != find ${SRCDIR} -name '*.c' FILES != find ${SRCDIR} -name '*.c'