summaryrefslogtreecommitdiff
path: root/Makefile
blob: babb4ee55345f0a5ebfb1706210e1f568367b8c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.PHONY: default backend frontend docs sql iadocs

default: backend tmpl frontend docs sql iadocs

backend:
	make -C backend

tmpl:
	make -C tmpl

frontend:
	make -C frontend

docs:
	make -C docs

sql:
	make -C sql

iadocs:
	make -C iadocs