Re-embed fonts

This commit is contained in:
Philipp Heckel 2022-03-05 21:15:40 -05:00
parent 36ccfac787
commit 2743c96694
16 changed files with 55 additions and 37 deletions

View file

@ -38,6 +38,7 @@ help:
# Documentation
docs-deps: .PHONY
pip3 install -r requirements.txt
@ -138,7 +139,7 @@ build-simple: clean
"-linkmode=external -extldflags=-static -s -w -X main.version=$(VERSION) -X main.commit=$(shell git rev-parse --short HEAD) -X main.date=$(shell date +%s)"
clean: .PHONY
rm -rf dist build server/docs
rm -rf dist build server/docs server/site
# Releasing targets