summaryrefslogtreecommitdiff
path: root/Makefile
blob: 78708576a29d4532b13a8c74f211abe30fdd191d (plain)
1
2
3
4
5
6
7
8
9
10
.ONESHELL:

server:
	php -S localhost:8080 -t src/pages

build: ./src/*.php
	php build.php --pages="/,/projects" --languages="de,en,jp" --server="http://localhost:8080"

build_server:
	php -S localhost:8081 -t build