From 7f84411a74904fb02cf6e19e10b3c381763391e3 Mon Sep 17 00:00:00 2001 From: hpa Date: Mon, 9 Apr 2001 20:05:32 +0000 Subject: [PATCH] isolinux-debug.lst is not a precious file. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f73f4d6..ba1270e 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ install: all tidy: rm -f *.o *_bin.c stupid.* - rm -f syslinux.lst copybs.lst pxelinux.lst isolinux.lst + rm -f syslinux.lst copybs.lst pxelinux.lst isolinux*.lst rm -f $(OBSOLETE) clean: tidy -- 2.7.4