Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Laica-Lunasys committed Apr 9, 2024
1 parent dcd5746 commit ea0d1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ frontend: clean_frontend
#
statik:
@echo ":: Generate bindata from statik..."
@go get -u -v github.com/rakyll/statik
@go install -v github.com/rakyll/statik
@statik -f -src ./public -p server -dest ./pkg/

clean: clean_frontend
Expand Down

0 comments on commit ea0d1d4

Please sign in to comment.