This website works better with JavaScript.
Home
Explore
Help
Sign In
beagle-bones
/
led-cpp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
A makefile added to compile and debug
master
Gerardo Marx Chávez-Campos
4 years ago
parent
ddb8f7ab39
commit
5fb6ab7742
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
makefile
+ 5
- 0
makefile
View File
@ -0,0 +1,5 @@
all
:
g++ main.cpp -o mkLed led.cpp
debug
:
g++ -g main.cpp -o mkLed led.cpp
Write
Preview
Loading…
Cancel
Save