From 745e3294e9bb5a342eaabfa9840303956e3ec231 Mon Sep 17 00:00:00 2001 From: hpa Date: Mon, 6 Sep 1999 03:27:28 +0000 Subject: [PATCH] make clean deletes pxelinux.lst --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6494019..0fef02d 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ install: all install -c syslinux $(BINDIR) tidy: - rm -f syslinux.lst copybs.lst *.o *_bin.c stupid.* + rm -f syslinux.lst copybs.lst *.o *_bin.c stupid.* pxelinux.lst clean: tidy rm -f $(ITARGET) -- 2.7.4