repo.or.cz
/
npfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes in v9fs broke pipesrv. Fix it.
[npfs.git]
/
Makefile
blob
abdc3d753cad0561cdb5afb05e169511253c1461
1
CFLAGS
=-
Wall
-
g
2
INSTALLPREFIX
:=/
usr
/
local
3
export
INSTALLPREFIX
4
5
all
:
6
make
-
C libnpfs
7
make
-
C libnpclient
8
make
-
C fs
9
10
clean
:
11
make
-
C libnpfs
clean
12
make
-
C libnpclient
clean
13
make
-
C fs
clean
14
rm
-
f
*
~
include
/*
~
15
16
install
:
17
make
-
C libnpfs
install
18
make
-
C libnpclient
install
19