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 ab9c7e6..ac01491 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,11 @@ buildclean:
make -C puredata clean
make -C modules clean
-clean: buildclean
+backupclean:
+ rm -f *~ */*~ */*/*~
+
+clean: buildclean backupclean
rm -f pdp.pd_linux
- rm -f *~
distroclean: buildclean
make -C scaf clean