summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa607649..e0d9469f 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,10 @@ ifneq (,$(RM_DIRS))
endif
scaladoc:
- $(SBT) $(SBT_FLAGS) doc test:doc
+ $(SBT) $(SBT_FLAGS) doc
+
+site:
+ $(SBT) $(SBT_FLAGS) make-site
# Start off clean, then run tests for all supported configurations, and publish those versions of the code.
# Then run coverage and style tests (for developer's use).