From 77238e0175b0652aec9a13bbaa9bce5f499fba28 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Fri, 27 Jun 2014 11:48:00 -0700 Subject: Remove the usr/ directory in addition to its contents Signed-off-by: Timothy Gu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec023ee..441cf5d 100644 --- a/Makefile +++ b/Makefile @@ -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: -- cgit v0.12