diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |