Getting rid of the jank robocopy so I can write something better with ssg.

This commit is contained in:
Zed A. Shaw 2025-08-02 11:18:47 -04:00
parent 19a2a85c10
commit a13d914a88

View file

@ -9,13 +9,6 @@ build:
go build . go build .
site: 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 go tool super-saiyan-god
test: site test: site