diff --git a/Makefile b/Makefile index 910e52a..7a9d2d9 100644 --- a/Makefile +++ b/Makefile @@ -1,13 +1,5 @@ - # the compiler: gcc for C program, define as g++ for C++ CC = g++ - - # compiler flags: - # -g adds debugging information to the executable file - # -Wall turns on most, but not all, compiler warnings - #-I CFLAGS = -g -Wall -std=c++11 - - # the build target executable: TARGET = smrtlink all: $(TARGET)