bandb/makefile.in: Add bantool to make clean.

This commit is contained in:
Elizabeth Jennifer Myers 2011-07-25 23:32:36 -04:00
parent 7eec45bc9d
commit c985febc0b

View file

@ -85,7 +85,7 @@ depend:
@rm -f .depend.tmp
clean:
${RM} -f *.o *~ *.core core bandb
${RM} -f *.o *~ *.core core bandb bantool
lint:
lint -aacgprxhH $(CPPFLAGS) -DIRCD_PREFIX=\"@prefix@\" $(SOURCES) >>../lint.out