From: Aidan Date: Wed, 27 Nov 2019 05:42:27 +0000 (-0700) Subject: Added -f option to rm in clean command. X-Git-Url: https://git.armaanb.net/?p=dwmblocks.git;a=commitdiff_plain;h=a22c6311cc5fcc01c483fa110256f0d18e5d7271 Added -f option to rm in clean command. --- diff --git a/Makefile b/Makefile index 05754f8..695d123 100644 --- 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