all repos — website @ 9e072083313c8cdf4cc4d44392c08f7b1b782dba

My website

remove makefile

Alan Pearce
commit

9e072083313c8cdf4cc4d44392c08f7b1b782dba

parent

441535b945712ee5b32421f8563fe9093f07438f

1 file changed, 0 insertions(+), 16 deletions(-)

changed files
D Makefile
@@ -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