mirror of
https://github.com/railwayapp/cli
synced 2026-04-21 14:07:23 +00:00
5 lines
56 B
Makefile
5 lines
56 B
Makefile
build:
|
|
@go build -o bin/railway
|
|
|
|
run:
|
|
@go run main.go
|