~ruther/dwl

2f39fb84ac737d5e09aac2f4462565c74825a287 — Devin J. Pohly 4 years ago 3727f4a + d57db4c
Merge pull request #112 from JaGoLi/main

Add uninstall target in makefile like dwm
1 files changed, 4 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +4 -1
@@ 17,7 17,10 @@ clean:
install: dwl
	install -D dwl $(PREFIX)/bin/dwl

.PHONY: all clean install
uninstall:
	rm -f $(PREFIX)/bin/dwl

.PHONY: all clean install uninstall

# wayland-scanner is a tool which generates C headers and rigging for Wayland
# protocols, which are specified in XML. wlroots requires you to rig these up

Do not follow this link