Added distclean target so that "make distclean" from top level directory

will not fail after ttyId/Makefile.
This commit is contained in:
Paul Slootman 2000-09-14 19:31:52 +00:00
parent a0194367b4
commit 88dd8ad29a
1 changed files with 3 additions and 0 deletions

View File

@ -32,4 +32,7 @@ ttyId: $(MAINOBJS)
clean: ignore
@find . -name '*.o' -exec $(RM) {} ';'
distclean: clean
rm -f ttyId
ignore: