Skip to content

Commit

Permalink
Updated makefile build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Paranoia8972 committed Oct 9, 2024
1 parent af5bd48 commit 7df1c67
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
@@ -1,5 +1,5 @@
build:
go build -o bin/PixelBot ./cmd/bot/main.go
go build -o bin/PixelBot .

clean:
rm -f bin/bot
Expand Down

0 comments on commit 7df1c67

Please sign in to comment.