Added distclean target so that "make distclean" from top level directory
will not fail after ttyId/Makefile.capiconn
parent
a0194367b4
commit
88dd8ad29a
|
@ -32,4 +32,7 @@ ttyId: $(MAINOBJS)
|
|||
clean: ignore
|
||||
@find . -name '*.o' -exec $(RM) {} ';'
|
||||
|
||||
distclean: clean
|
||||
rm -f ttyId
|
||||
|
||||
ignore:
|
||||
|
|
Loading…
Reference in New Issue