dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add list.h
guowenxue
2022-04-19
edcdb8b7e2b21a4e4ec46f39f13a8601852d5957
[raspberrypi.git]
/
apue
/
project_socket
/
libs
/
makefile
1
2
3
4
5
6
7
8
9
10
all:
cd sqlite && ./build.sh
cd cjson && ./build.sh
clean:
cd sqlite && rm -rf sqlite*
cd cjson && rm -rf c*
distclean: clean
rm -rf install