pinosaur
/
dwmblocks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff59d4
)
Added -f option to rm in clean command.
author
Aidan
<torrinfail@gmail.com>
Wed, 27 Nov 2019 05:42:27 +0000
(22:42 -0700)
committer
Aidan
<torrinfail@gmail.com>
Wed, 27 Nov 2019 05:42:27 +0000
(22:42 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
05754f8
..
695d123
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-3,7
+3,7
@@
output: dwmblocks.o
dwmblocks.o: dwmblocks.c blocks.h
gcc -c -lX11 dwmblocks.c
clean:
- rm *.o *.gch dwmblocks
+ rm
-f
*.o *.gch dwmblocks
install: output
mkdir -p /usr/local/bin
cp -f dwmblocks /usr/local/bin