tree: specify the lua/ directory for includes
This commit is contained in:
parent
bbf9b88c66
commit
e63e7a77a2
12 changed files with 24 additions and 23 deletions
3
Makefile
3
Makefile
|
@ -2,10 +2,11 @@ include config.mk
|
|||
|
||||
PREFIX = /usr/local
|
||||
MANPREFIX = ${PREFIX}/man
|
||||
|
||||
LUADIR = external/lua
|
||||
|
||||
CC = ${_CC}
|
||||
CFLAGS = ${_CFLAGS} -I${LUADIR} -pedantic -Wall -Wextra
|
||||
CFLAGS = ${_CFLAGS} -Iexternal -pedantic -Wall -Wextra
|
||||
CPPFLAGS = -D_DEFAULT_SOURCE ${_CPPFLAGS}
|
||||
LDFLAGS = ${_LDFLAGS}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue