Add cloc-api target for Makefile
This commit is contained in:
parent
40fa706514
commit
daec467e8c
3
Makefile
3
Makefile
|
@ -10,3 +10,6 @@ api-local: swagger http-server
|
||||||
swagger:
|
swagger:
|
||||||
#swag init -g ./cmd/http-server/main.go
|
#swag init -g ./cmd/http-server/main.go
|
||||||
swag init -d ./cmd/http-server/,./types/,./handlers,./db
|
swag init -d ./cmd/http-server/,./types/,./handlers,./db
|
||||||
|
|
||||||
|
cloc-api:
|
||||||
|
cloc ./cmd/http-server/ ./db/ ./handlers/ ./types/ ./middleware/ ./utils/ ./tokens/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user