Remove the usr/ directory in addition to its contents

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Timothy Gu 2014-06-27 11:48:00 -07:00
parent 736bbb481c
commit 77238e0175
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ show-upstream-deps-%:
.PHONY: clean
clean:
rm -rf $(call TMP_DIR,*) $(PREFIX)/* build-matrix.html
rm -rf $(call TMP_DIR,*) $(PREFIX) build-matrix.html
.PHONY: clean-pkg
clean-pkg: