summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-05 09:24:38 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-05 09:24:38 (GMT)
commit307efd50dab4c0d7573023625a7a2237bef2fa5f (patch)
tree18a9b86e22b57a7581d40de897c5da64c579cbdd /Makefile
parent93b8b3c4a8eedf5d3e8e88bcbd6318e08e2e150b (diff)
downloadmxe-307efd50dab4c0d7573023625a7a2237bef2fa5f.zip
mxe-307efd50dab4c0d7573023625a7a2237bef2fa5f.tar.gz
mxe-307efd50dab4c0d7573023625a7a2237bef2fa5f.tar.bz2
Makefile: don't remove versions.json on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ef02ef..ed0896a 100644
--- a/Makefile
+++ b/Makefile
@@ -482,7 +482,7 @@ show-upstream-deps-%:
.PHONY: clean
clean:
- rm -rf $(call TMP_DIR,*) $(PREFIX) build-matrix.html versions.json
+ rm -rf $(call TMP_DIR,*) $(PREFIX) build-matrix.html
.PHONY: clean-pkg
clean-pkg: