mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-10 07:21:59 +05:30
Pranav Jerry
e1fe05b280
Added the `-r` flag to `rm` in the uninstalling section. Changed how the default value of PREFIX is defined in the Makefile
10 lines
343 B
Makefile
10 lines
343 B
Makefile
PREFIX := /usr
|
|
|
|
install: naxalnet
|
|
install -d $(DESTDIR)$(PREFIX)/bin
|
|
install -d $(DESTDIR)$(PREFIX)/lib/systemd/system/
|
|
install naxalnet@.service $(DESTDIR)$(PREFIX)/lib/systemd/system/
|
|
install naxalnet $(DESTDIR)$(PREFIX)/bin/
|
|
install -d $(DESTDIR)$(PREFIX)/share/naxalnet
|
|
install systemd-networkd/* $(DESTDIR)$(PREFIX)/share/naxalnet/
|