blob: 88f562104ce4af668c2845be093fc701e6a6248d (
plain)
1
2
3
4
5
6
7
8
9
10
|
.ONESHELL:
server:
php -S localhost:8080 -t src/pages
build: ./src/*.php ./src/**/*.php
php build.php --pages="/,/projects" --languages="de,en,jp" --server="http://localhost:8080"
build_server:
php -S localhost:8081 -t build
|