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
fd07c544
Commit
fd07c544
authored
May 04, 2012
by
Alejandro Mery
Browse files
build: add .h and Makefile as dependencies of the tools
parent
4defc577
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
fd07c544
...
@@ -10,8 +10,11 @@ all: $(TOOLS)
...
@@ -10,8 +10,11 @@ all: $(TOOLS)
clean
:
clean
:
@
rm
-vf
$(TOOLS)
@
rm
-vf
$(TOOLS)
$(TOOLS)
:
sunxi-tools.h
bin2fex
:
bin2fex.h
$(TOOLS)
:
Makefile sunxi-tools.h
%
:
%.c %.h
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$(
filter
%.c,
$^
)
$(LIBS)
.gitignore
:
Makefile
.gitignore
:
Makefile
@
for
x
in
$(TOOLS)
'*.o'
'*.swp'
;
do
\
@
for
x
in
$(TOOLS)
'*.o'
'*.swp'
;
do
\
...
...
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