dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add wiringpi library setup shell script
guowenxue
2019-07-16
185663a2a65086e73b3e15821bd2fb6344ebd475
[raspberrypi.git]
/
modules
/
c
/
comport
/
makefile
1
2
3
4
5
6
all: clean
gcc *.c -o comport
clean:
rm -f comport