Added Makefile #12

Merged
robin merged 3 commits from dev into main 2026-08-21 09:25:05 +02:00
Showing only changes of commit 4660daa405 - Show all commits
+1 -1
View File
@@ -81,4 +81,4 @@ docker:
## swag: Create swagger documentation ## swag: Create swagger documentation
swag: swag:
@echo "Creating swagger documentation for $(APP_NAME)" @echo "Creating swagger documentation for $(APP_NAME)"
@swag init -g $(MAIN_DIR)/main.go @swag init --outputTypes json,yaml -g $(MAIN_DIR)/main.go