about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1aa5d2..7ec9aa2 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ install: all
 	install -m644 isolinux/*.cfg* $(DESTDIR)$(SHAREDIR)/void-mklive
 
 clean:
-	-rm -f *.sh
+	-rm -f $(SCRIPTS)
 
 dist:
 	@echo "Building distribution tarball for tag: v$(VERSION) ..."