summaryrefslogtreecommitdiff
path: root/makefile
blob: 31344a3222156f2b9222d3032a4b57e893a2025e (plain)
1
2
3
4
5
6
all:
	php -f index.php >docs/index.html
	php -f client.php >docs/client.html
	php -f server.php >docs/server.html
	php -f hdb.php >docs/hdb.html
	php -f commands.php >docs/commands.html