From 469ef14cb4b3f19735bdbf93a3965c77b5b5fca8 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 5 Jul 2016 20:08:33 +0000 Subject: [PATCH] Add target distclean and fix target clean --- agestat/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agestat/GNUmakefile b/agestat/GNUmakefile index 5846100..808013a 100644 --- a/agestat/GNUmakefile +++ b/agestat/GNUmakefile @@ -5,7 +5,10 @@ BINDIR=/usr/local/bin all: agestat clean: - rm agestat customize + rm -f agestat customize + +distclean: clean + rm -f GNUmakevars GNUmakerules install: $(BINDIR) $(BINDIR)/agestat