aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd3335711..73fd8dc89 100644
--- a/Makefile
+++ b/Makefile
@@ -125,9 +125,11 @@ generate-keyboards-file:
125 exit 0 125 exit 0
126 126
127clean: 127clean:
128 echo -n 'Deleting .build ... ' 128 echo 'Deleting .build/ ...'
129 rm -rf $(BUILD_DIR) 129 rm -rf $(BUILD_DIR)
130 echo 'done' 130 echo 'Deleting *.bin and *.hex ...'
131 rm -f *.bin *.hex
132 echo 'Done.'
131 exit 0 133 exit 0
132 134
133#Compatibility with the old make variables, anything you specify directly on the command line 135#Compatibility with the old make variables, anything you specify directly on the command line