From 57db51a7c8837d970b5785e1e6ed5e81dbae6f12 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 30 Aug 2023 00:27:16 -0400 Subject: misc nonsense --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4590fa2..10de838 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,8 @@ +public-target: guide-target + rm -rf public + mkdir public + cp -r guide public + cp index.html style.css pugl.js move.svg x.svg favicon.ico public/ + guide-target: python3 guide-src/make.py -- cgit v1.2.3