This website works better with JavaScript.
Home
Explore
Help
Sign In
dllamas
/
Led_BBB_lenguaje_CPP
Watch
1
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
15
Commits
1
Branch
108 KiB
C++
96.6%
Makefile
3.4%
Branch:
master
Led_BBB_lenguaje_CPP
/
makefile
8 lines
91 B
Raw
Permalink
Blame
History
all
:
g++ main.cpp -o led led.cpp
clean
:
rm led
debug
:
g++ -g main.cpp -o led led.cpp