diff --git a/makefile b/makefile new file mode 100644 index 0000000..6a0d30f --- /dev/null +++ b/makefile @@ -0,0 +1,5 @@ +all: + g++ main.cpp -o mkLed led.cpp + +debug: + g++ -g main.cpp -o mkLed led.cpp