summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7870857..88f5621 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
server:
php -S localhost:8080 -t src/pages
-build: ./src/*.php
+build: ./src/*.php ./src/**/*.php
php build.php --pages="/,/projects" --languages="de,en,jp" --server="http://localhost:8080"
build_server: