Added distclean target so that "make distclean" from top level directory
will not fail after ttyId/Makefile.master
parent
3895014f50
commit
e7653a07cb
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue