1
0
Files
org2newsboat/Makefile
2021-02-27 16:36:29 +01:00

11 lines
120 B
Makefile

build:
go build -o bin/org2nb main.go
install:
cp bin/org2nb ~/.local/bin/
run:
go run main.go
all: build install