aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2019-06-04 19:58:44 +0200
committerFeuerfuchs <git@feuerfuchs.dev>2019-06-04 19:58:44 +0200
commitadca4d518eea9533e6054666ce6e5681c5a6f196 (patch)
tree4e45cf72f1dbb00f23f94aa65daea99b9c6b0f77 /Makefile
parentUpdate import path (diff)
downloadgopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.gz
gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.bz2
gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.zip
Add custom styles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 12850e1..c2151ad 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ 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 go build -o ./gopherproxy ./cmd/gopherproxy/main.go 10 go build -o ./gopherproxy ./cmd/gopherproxy/main.go
10 11
11profile: 12profile: