mirror of
https://github.com/simbelmas/gotify-dunst.git
synced 2026-01-19 14:35:23 +01:00
made makefile
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
ifeq ($(PREFIX),)
|
||||
PREFIX := /usr
|
||||
endif
|
||||
|
||||
install:
|
||||
# systemd file
|
||||
install -d $(DESTDIR)$(PREFIX)/lib/systemd/user/
|
||||
install gotify-dunst.service $(DESTDIR)$(PREFIX)/lib/systemd/user/
|
||||
|
||||
# files in /usr/lib
|
||||
install -d $(DESTDIR)$(PREFIX)/lib/gotify-dunst/
|
||||
install main.py $(DESTDIR)$(PREFIX)/lib/gotify-dunst/
|
||||
install gotify-dunst.conf $(DESTDIR)$(PREFIX)/lib/gotify-dunst/
|
||||
Reference in New Issue
Block a user