added uninstall target
This commit is contained in:
parent
3727f4a7b3
commit
d57db4cac9
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -17,7 +17,10 @@ clean:
|
||||||
install: dwl
|
install: dwl
|
||||||
install -D dwl $(PREFIX)/bin/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
|
# 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
|
# protocols, which are specified in XML. wlroots requires you to rig these up
|
||||||
|
|
Loading…
Reference in a new issue