projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b973258
)
make clean should remove .bin and .hex too
author
fauxpark
<fauxpark@gmail.com>
Fri, 1 Feb 2019 23:09:41 +0000
(10:09 +1100)
committer
Drashna Jaelre
<drashna@live.com>
Tue, 5 Feb 2019 17:49:24 +0000
(09:49 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index dd33357112d792a721e24b22f53cc6e72f46262a..73fd8dc890a15f237717a584ed4de9065e079dfe 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-125,9
+125,11
@@
generate-keyboards-file:
exit 0
clean:
- echo
-n 'Deleting .build ...
'
+ echo
'Deleting .build/ ...
'
rm -rf $(BUILD_DIR)
- echo 'done'
+ echo 'Deleting *.bin and *.hex ...'
+ rm -f *.bin *.hex
+ echo 'Done.'
exit 0
#Compatibility with the old make variables, anything you specify directly on the command line