pull-pal/Makefile

9 lines
85 B
Makefile

SHELL := /bin/bash
build:
go build -v -o pal ./
chmod +rwx ./pal
run:
go run ./