Add target distclean and fix target clean

This commit is contained in:
hjp 2016-07-05 20:08:33 +00:00
parent 099d15ec1d
commit 469ef14cb4
1 changed files with 4 additions and 1 deletions

View File

@ -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