pull-pal/Makefile

8 lines
74 B
Makefile
Raw Normal View History

SHELL := /bin/bash
build:
go build -v -o pal ./cmd
run:
go run ./cmd/