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

will not fail after ttyId/Makefile.
This commit is contained in:
paul 2000-09-14 19:31:52 +00:00
parent 3895014f50
commit e7653a07cb
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 2000/08/30 18:27:01 armin Exp $
# $Id: Makefile,v 1.2 2000/09/14 19:31:52 paul Exp $
VERSION = 0.1
@ -32,4 +32,7 @@ ttyId: $(MAINOBJS)
clean: ignore
@find . -name '*.o' -exec $(RM) {} ';'
distclean: clean
rm -f ttyId
ignore: