Added -f option to rm in clean command.
This commit is contained in:
parent
5ff59d4e8b
commit
a22c6311cc
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Reference in a new issue