Files
permafrost/Makefile

10 lines
349 B
Makefile
Raw Permalink Normal View History

2021-05-28 23:00:17 -07:00
all:
go build
go build ./cmd/webview-permafrost
install:
install -Dm755 permafrost $(PREFIX)/usr/bin/permafrost
install -Dm755 webview-permafrost $(PREFIX)/usr/bin/webview-permafrost
install -Dm644 permafrost.desktop $(PREFIX)/usr/share/applications/permafrost.desktop
2021-06-07 21:08:15 -07:00
install -Dm644 permafrost.png $(PREFIX)/usr/share/pixmaps/permafrost.png