summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 88f5621..0000000
--- a/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-.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