clean up
This commit is contained in:
parent
f0def9c046
commit
87864b9975
1 changed files with 0 additions and 8 deletions
8
Makefile
8
Makefile
|
@ -1,13 +1,5 @@
|
||||||
# the compiler: gcc for C program, define as g++ for C++
|
|
||||||
CC = g++
|
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
|
CFLAGS = -g -Wall -std=c++11
|
||||||
|
|
||||||
# the build target executable:
|
|
||||||
TARGET = smrtlink
|
TARGET = smrtlink
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
Loading…
Reference in a new issue