move lua-5.4 -> external/luasrc
we have to use the name "luasrc" rather than just "lua" because lua is in gitignore
This commit is contained in:
parent
cae9985747
commit
ea3fb6c292
67 changed files with 8 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
CC = cc
|
||||
CFLAGS = -std=c99 -pedantic -fpic -O2 -Wall -Wextra -Wno-override-init -I. -Ilua-5.4
|
||||
CFLAGS = -std=c99 -pedantic -fpic -O2 -Wall -Wextra -Wno-override-init -Iexternal/luasrc
|
||||
CPPFLAGS = -D_DEFAULT_SOURCE
|
||||
LDFLAGS = -lm
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue