Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
81fa01b7
Commit
81fa01b7
authored
May 03, 2012
by
Alejandro Mery
Browse files
build: compile with -g and add .h files as dependencies
parent
3ad61094
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
81fa01b7
CC
=
gcc
CFLAGS
=
-O2
-Wall
-Wextra
-std
=
c99
CFLAGS
=
-g
-O2
-Wall
-Wextra
-std
=
c99
TOOLS
=
bin2fex fex2bin
...
...
@@ -10,6 +10,9 @@ all: $(TOOLS)
clean
:
@
rm
-vf
$(TOOLS)
$(TOOLS)
:
sunxi-tools.h
bin2fex
:
bin2fex.h
.gitignore
:
Makefile
@
for
x
in
$(TOOLS)
'*.o'
'*.swp'
;
do
\
echo
$$
x
;
\
...
...
Write
Preview
Markdown
is supported
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