commit a22c6311cc5fcc01c483fa110256f0d18e5d7271
parent 5ff59d4e8ba9c64963d36c8ea51e7a1d644aef48
Author: Aidan <torrinfail@gmail.com>
Date: Tue, 26 Nov 2019 22:42:27 -0700
Added -f option to rm in clean command.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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