Files
newsboat-yt/Makefile
Michael Lehmann 57364f060e Add Makefile
2024-08-06 23:11:33 +02:00

11 lines
162 B
Makefile

install:
go build -o newsboat-yt .
mv newsboat-yt /usr/local/bin/newsboat-yt
clean:
go clean
rm -f newsboat-yt
uninstall:
rm -f /usr/local/bin/newsboat-yt