Skip to content

Commit

Permalink
Fix make file
Browse files Browse the repository at this point in the history
Signed-off-by: William <kwasidev@protonmail.com>
  • Loading branch information
kwesidev committed Jul 18, 2024
1 parent a5e3e9f commit a3516ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include .env
all: clean buildserver

run:
go run main.go
go run ./cmd/speedy_auth/main.go

buildserver:
go build ./cmd/speedy_auth
Expand Down

0 comments on commit a3516ce

Please sign in to comment.