mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
moved debug.h lib.h to src
This commit is contained in:
parent
ad23d4ea99
commit
ab8f70150e
14 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
OPT = -O2
|
||||
DEBUG = 2
|
||||
CFLAGS = -I../include -Wall -std=c99 ${OPT}
|
||||
CFLAGS = -I../include -I../src -Wall -std=c99 ${OPT}
|
||||
LDFLAGS = -L../lib
|
||||
LOADLIBES = -lpsyc -lm
|
||||
LOADLIBES_NET = ${LOADLIBES}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue