about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-18 19:22:15 +0200
committerAlan Pearce2024-04-18 19:22:15 +0200
commit9e072083313c8cdf4cc4d44392c08f7b1b782dba (patch)
tree5f3de3f1eb9f8e8a74cdb8ad17414ec45f2a4a57
parent441535b945712ee5b32421f8563fe9093f07438f (diff)
downloadwebsite-9e072083313c8cdf4cc4d44392c08f7b1b782dba.tar.lz
website-9e072083313c8cdf4cc4d44392c08f7b1b782dba.tar.zst
website-9e072083313c8cdf4cc4d44392c08f7b1b782dba.zip
remove makefile
-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