Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf authored Dec 7, 2020
1 parent 8f983bf commit 04447ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ run:
go run webserver.go

assetsDir:
$(GOGET) go get github.com/GeertJohan/go.rice
go get github.com/GeertJohan/go.rice
go get github.com/GeertJohan/go.rice/rice
$(GOPATH)/bin/rice embed-go -i ./controllers

compile: assetsDir
Expand Down

0 comments on commit 04447ff

Please sign in to comment.