Add makefile target for reloading dwm
This commit is contained in:
parent
f20074cd72
commit
f8030a0859
3
Makefile
3
Makefile
@ -48,4 +48,7 @@ uninstall:
|
|||||||
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
|
rm -f ${DESTDIR}${PREFIX}/bin/dwm\
|
||||||
${DESTDIR}${MANPREFIX}/man1/dwm.1
|
${DESTDIR}${MANPREFIX}/man1/dwm.1
|
||||||
|
|
||||||
|
reload:
|
||||||
|
pkill dwm
|
||||||
|
|
||||||
.PHONY: all options clean dist install uninstall
|
.PHONY: all options clean dist install uninstall
|
||||||
|
Loading…
Reference in New Issue
Block a user