X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=9ef82bbd3c2e0b02c2ce91faf89e7a886bb781ea;hb=7c9d5ace143d3cc6d767a354acde814926d566fd;hp=8350d5ce34434549847e9d2ec684704e30daaab2;hpb=eac4bab342e8cb95248985eb134887d898f2b49e;p=qmk_firmware.git diff --git a/Makefile b/Makefile index 8350d5ce3..9ef82bbd3 100644 --- a/Makefile +++ b/Makefile @@ -124,6 +124,12 @@ generate-keyboards-file: $(foreach PRINTING_KEYBOARD,$(KEYBOARDS),$(eval $(call PRINT_KEYBOARD))) exit 0 +clean: + echo -n 'Deleting .build ... ' + rm -rf $(BUILD_DIR) + echo 'done' + exit 0 + #Compatibility with the old make variables, anything you specify directly on the command line # always overrides the detected folders ifdef keyboard