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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
108 KiB
Tree:
edcf3697c7
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'edcf3697c7'
${ noResults }
Led_BBB_lenguaje_CPP
/
makefile
8 lines
91 B
Raw
Normal View
History
first commit
2 years ago
all
:
g++ main.cpp -o led led.cpp
clean
:
rm led
debug
:
g++ -g main.cpp -o led led.cpp