project.conf: clarify
This commit is contained in:
parent
e4a3a93b1e
commit
71a7007b2d
|
@ -3,11 +3,13 @@ cflags=-W -Wall -g -O2 -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector
|
||||||
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
ldflags=-pie -Wl,-z,relro -Wl,-z,now
|
||||||
dist=Makefile,graph.sh,utils.sh,utilbox.h
|
dist=Makefile,graph.sh,utils.sh,utilbox.h
|
||||||
|
|
||||||
|
#targets
|
||||||
[utilbox]
|
[utilbox]
|
||||||
type=binary
|
type=binary
|
||||||
sources=utilbox.c,utils.c
|
sources=utilbox.c,utils.c
|
||||||
#install=$(PREFIX)/libexec
|
#install=$(PREFIX)/libexec
|
||||||
|
|
||||||
|
#sources
|
||||||
[utilbox.c]
|
[utilbox.c]
|
||||||
depends=utilbox.h
|
depends=utilbox.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user