Add target distclean

This commit is contained in:
hjp 2016-07-05 20:01:48 +00:00
parent 1c961289e9
commit f155ff878c
2 changed files with 6 additions and 0 deletions

View File

@ -20,3 +20,6 @@ $(ROOT)/usr/local/man/man8/%.8: %.man
clean:
rm prwtmp
distclean: clean
rm GNUmakerules GNUmakevars

View File

@ -5,6 +5,9 @@ all: time_t
time_t:
clean:
rm time_t
distclean: clean
rm GNUmakevars GNUmakerules
install: $(BINDIR)/time_t
GNUmakevars: GNUmakevars.sh