Compare commits
2 Commits
60d8105b8f
...
571fc4b9e9
Author | SHA1 | Date | |
---|---|---|---|
571fc4b9e9 | |||
0973f957c2 |
2
makefile
2
makefile
@ -5,7 +5,7 @@ MANPREFIX = ${PREFIX}/share/man
|
||||
#CC ?= gcc
|
||||
SRCDIR = ./src
|
||||
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
|
||||
LDFLAGS = -L${PREFIX}/lib -lSDL2 -lm -llua5.2
|
||||
FILES != find ${SRCDIR} -name '*.c'
|
||||
|
Loading…
x
Reference in New Issue
Block a user