Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
e3da-public
contiki-ng
Commits
ef5a7b57
Commit
ef5a7b57
authored
Feb 27, 2010
by
Mariano Alvira
Browse files
clean the current directory also (incase mc1322x is a submodule)
parent
cc99d532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.include
View file @
ef5a7b57
...
...
@@ -74,6 +74,12 @@ clean:
-o
-name
'obj_*_board'
-o
-name
'.depend'
-o
-name
'*.bin'
-o
-name
'*.dis'
\)
-print
\
| xargs
rm
-rf
rm
-fr
*
.
*
~
find
\
\(
-name
'core'
-o
-name
'*.bak'
-o
-name
'*~'
\
-o
-name
'*.o'
-o
-name
'*.a'
-o
-name
'*.obj'
-o
-name
'*.elf'
-o
-name
'*.s'
-o
-name
'*.map'
\
-o
-name
'obj_*_board'
-o
-name
'.depend'
-o
-name
'*.bin'
-o
-name
'*.dis'
\)
-print
\
| xargs
rm
-rf
rm
-fr
*
.
*
~
clobber
\
mrproper
\
...
...
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