From 9e072083313c8cdf4cc4d44392c08f7b1b782dba Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 18 Apr 2024 19:22:15 +0200 Subject: remove makefile --- Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Makefile 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 -- cgit 1.4.1