PHONY: docs

docs:
	swag init -g cmd/backend/main.go --output docs/
