aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2151ad..8377afe 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ dev: build
6 ./gopherproxy -bind 127.0.0.1:8000 6 ./gopherproxy -bind 127.0.0.1:8000
7 7
8build: clean 8build: clean
9 sassc -t compressed css/main.scss assets/style.css 9 sassc -t compressed css/main.scss style.go
10 sed -i "s/.*/package gopherproxy\n\nvar styletext = \`&\`/" style.go
10 go build -o ./gopherproxy ./cmd/gopherproxy/main.go 11 go build -o ./gopherproxy ./cmd/gopherproxy/main.go
11 12
12profile: 13profile: