pinosaur
/
dwmblocks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9e08d
)
Makefile: Add uninstall
author
crian
<crian84@gmail.com>
Mon, 2 Mar 2020 12:42:26 +0000
(13:42 +0100)
committer
crian
<crian84@gmail.com>
Mon, 2 Mar 2020 16:01:13 +0000
(17:01 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4af193c
..
886a53d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-7,3
+7,5
@@
clean:
install: output
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
+uninstall:
+ rm -f $(DESTDIR)$(PREFIX)/bin/dwmblocks