aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 80e1a90a1..e007ae367 100644
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,8 @@ clean:
93 93
94.PHONY: distclean 94.PHONY: distclean
95distclean: clean 95distclean: clean
96 echo -n 'Deleting *.bin and *.hex ... ' 96 echo -n 'Deleting *.bin, *.hex, and *.uf2 ... '
97 rm -f *.bin *.hex 97 rm -f *.bin *.hex *.uf2
98 echo 'done.' 98 echo 'done.'
99 99
100#Compatibility with the old make variables, anything you specify directly on the command line 100#Compatibility with the old make variables, anything you specify directly on the command line