Skip to content

Commit

Permalink
Added distclean target so that "make distclean" from top level directory
Browse files Browse the repository at this point in the history
will not fail after ttyId/Makefile.
  • Loading branch information
paul committed Sep 14, 2000
1 parent 3895014 commit e7653a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ttyId/Makefile
@@ -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

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

distclean: clean
rm -f ttyId

ignore:

0 comments on commit e7653a0

Please sign in to comment.