aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Trevor Elliott <trevor@galois.com>2013-06-07 16:42:11 -0700
committerGravatar Trevor Elliott <trevor@galois.com>2013-06-07 16:48:17 -0700
commit8b5d3c6b75744cf5938f253d20f367999e92b1a7 (patch)
treeb516a82c5b198fd080d265e56b3edf19d1180f10 /Makefile
parentf37588f9a4c7c6b418c64f03d82d48ecd14da217 (diff)
Remove the addon-sdk from the repo, and download it on demand
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e5a71f7..6e84922 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,10 @@ unpack:
.PHONY: clean
clean::
+.PHONY: distclean
+distclean:: clean
+
+
# Utilities ####################################################################
topdir := $(CURDIR)
@@ -59,6 +63,8 @@ clean::
# Subdirs ######################################################################
+$(eval $(call subdir,tools))
+
$(eval $(call subdir,src/js/fiveui))
$(eval $(call subdir,src/js/chrome))
$(eval $(call subdir,src/js/firefox))