Fix make deps not fetching sqlite3 lib

This commit is contained in:
Matt Baer 2019-01-04 19:40:00 -05:00
parent fca3019e4b
commit a419bd63fc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ run: dev-assets
$(BINARY_NAME) --debug
deps :
$(GOGET) -v ./...
$(GOGET) -tags='sqlite' -v ./...
install : build
cmd/writefreely/$(BINARY_NAME) --gen-keys