Files
discord-gorp/makefile
SapphireGaze 1b5d9a6d98 Added Makefile & Scripts:
- Added makefile
- Added install and uninstall scripts
2024-11-13 22:34:15 -08:00

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