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