From a13d914a88b30f954aa04d3c744786a9df5d46f0 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sat, 2 Aug 2025 11:18:47 -0400 Subject: [PATCH] Getting rid of the jank robocopy so I can write something better with ssg. --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 84b682c..e47f84f 100644 --- a/Makefile +++ b/Makefile @@ -9,13 +9,6 @@ build: go build . site: -ifeq '$(OS)' 'Windows_NT' - powershell "mkdir public -force" - robocopy static public /nfl /ndl /njh /njs /COPY:DATSO /e -else - mkdir -p public - rsync -av static/ public/ -endif go tool super-saiyan-god test: site