This website works better with JavaScript.
Home
Explore
Help
Sign In
gustavo96
/
LED-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.
1
Commit
1
Branch
889 KiB
Tree:
8d97173657
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '8d97173657'
${ noResults }
LED-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