diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0f7c8a28d69b71780005089433676837bd8374af..0000000000000000000000000000000000000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-PUG = $(shell pwd)/node_modules/pug-cli/index.js --basedir .
-
-all: index.html privacy-policy/index.html releases/index.html
-
-%.html: %.pug
-	$(PUG) $<
diff --git a/package.json b/package.json
index 278475ae6a2a06e0f66951787152a73fd38de628..8c2a77bc54aa79d164d9468b52527f131214cb34 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "version": "3.0.0",
   "description": "This is a websearch frontend for a quassel database.",
   "scripts": {
-    "pug": "make -j8",
+    "pug": "node_modules/pug-cli/index.js --basedir . **/index.pug index.pug",
     "sass": "cd assets/css && make -j8",
     "images": "assets/images/generate_makefile.sh && cd assets/images && make -j8",
     "build": "npm run images && npm run sass && npm run pug"