page generation update for: 2023-01-04 05:23:35.407028361 +0000 UTC m=+3.597643958

This commit is contained in:
idk
2023-01-04 05:23:35 +00:00
parent 9c919297b7
commit c4f606a775
8 changed files with 203 additions and 55 deletions

View File

@ -24,16 +24,7 @@ echo:
@echo "type make version to do release $(APP) $(VERSION) $(GOOS) $(GOARCH) $(MIN_GO_VERSION) $(I2P_UID) $(I2P_GID)"
index:
@echo "<!DOCTYPE html>" > index.html
@echo "<html>" >> index.html
@echo "<head>" >> index.html
@echo " <title>Reseed Tools</title>" >> index.html
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"/style.css\" />" >> index.html
@echo "</head>" >> index.html
@echo "<body>" >> index.html
pandoc README.md >> index.html
@echo "</body>" >> index.html
@echo "</html>" >> index.html
edgar
build:
go build $(ARG) -o reseed-tools-$(GOOS)-$(GOARCH)