aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8350d5ce3..9ef82bbd3 100644
--- a/Makefile
+++ b/Makefile
@@ -124,6 +124,12 @@ generate-keyboards-file:
124 $(foreach PRINTING_KEYBOARD,$(KEYBOARDS),$(eval $(call PRINT_KEYBOARD))) 124 $(foreach PRINTING_KEYBOARD,$(KEYBOARDS),$(eval $(call PRINT_KEYBOARD)))
125 exit 0 125 exit 0
126 126
127clean:
128 echo -n 'Deleting .build ... '
129 rm -rf $(BUILD_DIR)
130 echo 'done'
131 exit 0
132
127#Compatibility with the old make variables, anything you specify directly on the command line 133#Compatibility with the old make variables, anything you specify directly on the command line
128# always overrides the detected folders 134# always overrides the detected folders
129ifdef keyboard 135ifdef keyboard