party/Makefile
2025-10-07 23:38:37 +02:00

5 lines
63 B
Makefile

.PHONY: run
run:
@echo "Running the API"
go run cmd/api/*.go