Remove the usr/ directory in addition to its contents

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
pull/409/merge
Timothy Gu 10 years ago
parent 736bbb481c
commit 77238e0175

@ -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:

Loading…
Cancel
Save