summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-27 18:48:00 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-06-27 18:48:00 (GMT)
commit77238e0175b0652aec9a13bbaa9bce5f499fba28 (patch)
tree45a28990da0fd282a41b85afd54051f1bf26d1ff /Makefile
parent736bbb481c49b8fb7cac9f4886fc8bfa822c282a (diff)
downloadmxe-77238e0175b0652aec9a13bbaa9bce5f499fba28.zip
mxe-77238e0175b0652aec9a13bbaa9bce5f499fba28.tar.gz
mxe-77238e0175b0652aec9a13bbaa9bce5f499fba28.tar.bz2
Remove the usr/ directory in addition to its contents
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: