diff options
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: |