summaryrefslogtreecommitdiff
path: root/Makefile
blob: bfdb50a3db7730c316b0801cfa27990cdbdf8111 (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 tmpl 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