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
ti-connected-launchpad
lm4tools_public
Commits
979f4221
Commit
979f4221
authored
Aug 16, 2014
by
Jacko Dirks
Browse files
Created seperate all and debug build
parent
1cfd8137
Changes
1
Hide whitespace changes
Inline
Side-by-side
lm4flash/Makefile
View file @
979f4221
EXE
:=
lm4flash
CFLAGS
:=
-Wall
-g
-O2
$(
shell
pkg-config
--cflags
libusb-1.0
)
CFLAGS
:=
-Wall
$(
shell
pkg-config
--cflags
libusb-1.0
)
LDFLAGS
:=
$(
shell
pkg-config
--libs
libusb-1.0
)
all
:
CLFAGS += -O2
all
:
$(EXE)
debug
:
CFLAGS += -g -DDEBUG
debug
:
$(EXE)
$(EXE)
:
$(EXE).c
gcc
$(CFLAGS)
$^
$(LDFLAGS)
-o
$@
...
...
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