dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
update infrared test.c
guowenxue
2021-04-21
8913f64d481a3da19d7e03b619605dc67eaf0591
[raspberrypi.git]
/
modules
/
c
/
comport
/
makefile
1
2
3
4
5
6
all: clean
gcc *.c -o comport
clean:
rm -f comport