Getting rid of the jank robocopy so I can write something better with ssg.
This commit is contained in:
parent
19a2a85c10
commit
a13d914a88
1 changed files with 0 additions and 7 deletions
7
Makefile
7
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue