From 87864b9975f6b2a674fd3997efc64189fb0ece2e Mon Sep 17 00:00:00 2001 From: /jdi/ Date: Sun, 27 Sep 2015 14:39:53 +0200 Subject: [PATCH] clean up --- Makefile | 8 -------- 1 file changed, 8 deletions(-) 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)