dashboard
repositories
filestore
activity
search
login
main
/
raspberrypi
RaspberryPI project
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add cJSON, update mosquitto to 1.6.3 and update the makefile
Guo Wenxue
2019-06-24
809c78de808ed5563e9af4a56227965974ec25fa
[raspberrypi.git]
/
modules
/
c
/
comport
/
makefile
1
2
3
4
5
6
all: clean
gcc *.c -o comport
clean:
rm -f comport