Skip to content

Commit b5a6ad6

Browse files
authored
Update Makefile
1 parent 6f32aa7 commit b5a6ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ clean: ## remove files created during build pipeline
2626
go clean -i -cache -testcache -modcache -fuzzcache -x
2727

2828
.PHONY: run
29-
run: ## Run the Go application
30-
go run main.go
29+
run: ## go run
30+
go run .
3131

3232
.PHONY: mod
3333
mod: ## go mod tidy

0 commit comments

Comments
 (0)