repo.or.cz
/
svpe-tools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Split some common code into a separate "tools" file
[svpe-tools.git]
/
Makefile
blob
d5bb2ccf966403ae51c307bac1f13bbddb6e322f
1
CC
=
gcc
2
CFLAGS
= -
DLARGE_FILES
-
D_FILE_OFFSET_BITS
=
64
-
Wall
-
W
-
O2
3
LDFLAGS
= -
lcrypto
4
5
all
:
negentig
6
7
negentig
:
negentig.o tools.o
8
9
clean
:
10
-
rm
-
f negentig negentig.o tools.o