bandb/makefile.in: Add bantool to make clean.
This commit is contained in:
parent
7eec45bc9d
commit
c985febc0b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue