diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-04 19:58:44 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-04 19:58:44 +0200 |
commit | adca4d518eea9533e6054666ce6e5681c5a6f196 (patch) | |
tree | 4e45cf72f1dbb00f23f94aa65daea99b9c6b0f77 /Makefile | |
parent | Update import path (diff) | |
download | gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.gz gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.tar.bz2 gopherproxy-adca4d518eea9533e6054666ce6e5681c5a6f196.zip |
Add custom styles
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ dev: build | |||
6 | ./gopherproxy -bind 127.0.0.1:8000 | 6 | ./gopherproxy -bind 127.0.0.1:8000 |
7 | 7 | ||
8 | build: clean | 8 | build: 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 | ||
11 | profile: | 12 | profile: |