summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 11 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f122cd..babb4ee 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-.PHONY: default backend frontend
+.PHONY: default backend frontend docs sql iadocs
-default: backend tmpl frontend
+default: backend tmpl frontend docs sql iadocs
backend:
make -C backend
@@ -10,3 +10,12 @@ tmpl:
frontend:
make -C frontend
+
+docs:
+ make -C docs
+
+sql:
+ make -C sql
+
+iadocs:
+ make -C iadocs