all repos — homestead @ d11aa8fb6e10b184cdea229a816bc1faaa4191b8

Code for my website

remove makefile

Alan Pearce
commit

d11aa8fb6e10b184cdea229a816bc1faaa4191b8

parent

8b05ff2843145bc9b4dbcb9fdca070b4e430fefc

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

jump to
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