added uninstall target

このコミットが含まれているのは:
Jason Goulet-Lipman 2021-04-19 09:05:35 -04:00
コミット d57db4cac9
1個のファイルの変更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