mirror of
https://github.com/sapphiregaze/discord-gorp.git
synced 2026-06-12 11:01:16 -07:00
1b5d9a6d98
- Added makefile - Added install and uninstall scripts
8 lines
127 B
Makefile
8 lines
127 B
Makefile
discord-gorp:
|
|
@go build ./cmd/discord-gorp/
|
|
run:
|
|
@go run ./cmd/discord-gorp/
|
|
test:
|
|
@go test ./...
|
|
clean:
|
|
@rm ./discord-gorp
|