Add Makefile

This commit is contained in:
Michael Lehmann
2024-08-06 23:11:33 +02:00
parent ceefd07930
commit 57364f060e

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
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