about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 1160176..0000000
--- a/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-.SHELLFLAGS := -eu -o pipefail -c
-.ONESHELL:
-.DELETE_ON_ERROR:
-
-format: .formatstamp
-
-.formatstamp:
-	@echo "Formatting HTML..."
-	@prettier --write --parser html --print-width 120 "public/**/*.html" > /dev/null
-	@touch .formatstamp
-
-clean:
-	rm -rf ./public
-	rm -rf ./.*stamp
-
-.PHONY: all clean format compress