17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
targets=utilbox
|
|
cflags_force=-W
|
|
cflags=-Wall -g -O2 -pedantic -fPIC -fstack-protector
|
|
ldflags=-Wl,-pie
|
|
dist=Makefile,graph.sh,utils.sh,utilbox.h
|
|
|
|
[utilbox]
|
|
type=binary
|
|
sources=utilbox.c,utils.c
|
|
#install=$(PREFIX)/libexec
|
|
|
|
[utilbox.c]
|
|
depends=utilbox.h
|
|
|
|
[utils.c]
|
|
depends=utilbox.h
|