From f052403e23a5d0f9d6a4948ea25f1999b20d6e9f Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 5 Jul 2016 20:19:48 +0000 Subject: [PATCH] Add GNUmakerules and GNUmakevars to distclean --- pathtools/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pathtools/GNUmakefile b/pathtools/GNUmakefile index 2337386..9ee3f21 100644 --- a/pathtools/GNUmakefile +++ b/pathtools/GNUmakefile @@ -10,7 +10,7 @@ clean: rm -f $(TARGETS) *.bak core foo bar baz *.ps distclean: clean - rm -f customize + rm -f customize GNUmakerules GNUmakevars install: $(BINDIR) \ $(BINDIR)/apppath \