aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-26 21:51:25 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-26 21:51:25 +0200
commit2986f020c87a69224233292969d817de6155e658 (patch)
treee012e5d2b60ece9c38ee8dff8b0a527fe6dfdf17 /Makefile
parentFix URL regex for ending slashes (diff)
downloadgopherproxy-2986f020c87a69224233292969d817de6155e658.tar.gz
gopherproxy-2986f020c87a69224233292969d817de6155e658.tar.bz2
gopherproxy-2986f020c87a69224233292969d817de6155e658.zip
Code cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fa3998e..652aee5 100644
--- a/Makefile
+++ b/Makefile
@@ -7,9 +7,9 @@ dev: build
7 7
8build: clean 8build: clean
9 sassc -t compressed css/main.scss assets/style.css 9 sassc -t compressed css/main.scss assets/style.css
10 tsc --strict --module none --outFile /dev/stdout js/KeyValueStore.ts js/main.ts | uglifyjs -c -m -o assets/main.js -- 10 tsc --strict --module none --outFile /dev/stdout js/* | uglifyjs -c -m -o assets/main.js --
11 pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=glyphs.txt --flavor='woff' --output-file='assets/iosevka-term-ss03-regular.woff' 11 pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=fonts/glyphs.txt --flavor='woff' --output-file='assets/iosevka-term-ss03-regular.woff'
12 pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=glyphs.txt --flavor='woff2' --output-file='assets/iosevka-term-ss03-regular.woff2' 12 pyftsubset fonts/iosevka-term-ss03-regular.ttf --name-IDs+=0,4,6 --text-file=fonts/glyphs.txt --flavor='woff2' --output-file='assets/iosevka-term-ss03-regular.woff2'
13 go build -o ./gopherproxy ./cmd/gopherproxy/main.go 13 go build -o ./gopherproxy ./cmd/gopherproxy/main.go
14 14
15profile: 15profile: