ruderich.org/simon
/
ptyas
/
ptyas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial commit
[ptyas/ptyas.git]
/
Makefile
1
CFLAGS := -g -O2 -fPIE -fstack-protector-strong -Wall -Wextra -Wconversion
2
CPPFLAGS := -D_FORTIFY_SOURCE=2
3
LDFLAGS := -fPIE -pie -Wl,-z,relro -Wl,-z,now
4
5
6
ptyas: ptyas.c
7
8
clean:
9
rm -f ptyas
10
11
.PHONY: clean