repo.or.cz
/
nbd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Mark the fact that this is a new upstream release
[nbd.git]
/
gznbd
/
Makefile
blob
6a3778ef3bf7f68730d089ac24cfc836428c74ce
1
CC ?
=
gcc
2
CFLAGS ?
= -
s
-
O2
3
CFLAGS
+= -
Wall
4
CPPFLAGS
+= -
DTRACE
5
LDLIBS
+= -
lz
6
7
all
:
gznbd
8
9
clean
:
10
rm
-
f gznbd
*
.o
11
12
.PHONY
:
all clean