makefile: Also clean sub/termbox-next (#68)

This commit is contained in:
Aaron LI 2018-10-05 23:05:47 +08:00 committed by Cylgom
parent 0476fa64b8
commit dcd0aa6de2
1 changed files with 1 additions and 0 deletions

View File

@ -74,3 +74,4 @@ clean:
@echo "cleaning workspace"
@rm -rf $(BIND)
@rm -rf $(OBJD)
@(cd $(SUBD)/termbox-next && make clean)