sdf
This commit is contained in:
parent
1d0870f893
commit
af604a70ea
2
makefile
2
makefile
@ -1,7 +1,7 @@
|
|||||||
default:
|
default:
|
||||||
gcc main.c config.c -lcurl -Wall -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -ldbus-1 -o systemd-gotify.bin
|
gcc main.c config.c -lcurl -Wall -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -ldbus-1 -o systemd-gotify.bin
|
||||||
install:
|
install:
|
||||||
cp ./systemd-gotify.bin /usr/local/bin/systemd-gotify
|
sudo cp ./systemd-gotify.bin /usr/local/bin/systemd-gotify
|
||||||
mkdir $${HOME}/.config/systemd-gotify/
|
mkdir $${HOME}/.config/systemd-gotify/
|
||||||
cp config $${HOME}/.config/systemd-gotify/config
|
cp config $${HOME}/.config/systemd-gotify/config
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user