Skip to content

Commit a6cc30c

Browse files
authored
Update Makefile
1 parent ef1e262 commit a6cc30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ 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
29+
run: ## go run
3030
go run main.go
3131

3232
.PHONY: mod

0 commit comments

Comments
 (0)