mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2025-01-02 15:36:51 -05:00
a570437b9c
I added some code and comments too it's almost set up for me and you
8 lines
74 B
Makefile
8 lines
74 B
Makefile
SHELL := /bin/bash
|
|
|
|
build:
|
|
go build -v -o pal ./cmd
|
|
|
|
run:
|
|
go run ./cmd/
|