Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jedi
smrtlink
Commits
87864b99
Commit
87864b99
authored
Sep 27, 2015
by
/jdi/
Browse files
clean up
parent
f0def9c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
87864b99
# 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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment