dashboard
repositories
filestore
activity
search
login
main
/
apue
APUE course source code
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update logger source code
guowenxue
2 days ago
7b55c92f8d1401a93c8fd8e342da271dce742000
[apue.git]
/
project
/
1.packet
/
openlibs
/
makefile
1
2
3
4
5
6
all:
cd cjson && ./build.sh
clean:
cd cjson && rm -rf c*
rm -rf install