Browse Source

A makefile added to compile and debug

master
parent
commit
5fb6ab7742
1 changed files with 5 additions and 0 deletions
  1. +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

Loading…
Cancel
Save