From 45d9a68be7586272700bd7c4eb03a91f83f044f2 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 4 Sep 2020 20:26:36 +0200 Subject: Makefile: only clean generated scripts Closes #5. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ..." -- cgit 1.4.1