cli/Makefile
2020-10-01 20:22:03 +01:00

5 lines
56 B
Makefile

build:
@go build -o bin/railway
run:
@go run main.go