dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of ssh://master.iot-yun.club:2280/raspberrypi
Guo Wenxue
2022-09-21
fbbb2d0b2aba4ddc42651096b20dd4a7ca4a33f2
[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