summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 11:06:01 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 11:06:01 -0400
commitd783168bb177d3bde5dec11b1c6932ec1b91126a (patch)
treeb250045620988f9de40431ec2e307d59b90ac74b
parent89fe73de09427660ce19c6a67c94210d290775b2 (diff)
downloaddwmblocks-d783168bb177d3bde5dec11b1c6932ec1b91126a.tar.gz
dwmblocks-d783168bb177d3bde5dec11b1c6932ec1b91126a.tar.bz2
dwmblocks-d783168bb177d3bde5dec11b1c6932ec1b91126a.zip
force clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f6b305..659ae87 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ output: dwmblocks.o
dwmblocks.o: dwmblocks.c config.h
gcc -c -lX11 dwmblocks.c
clean:
- rm *.o *.gch dwmblocks
+ rm -f *.o *.gch dwmblocks
install: output
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin
Software created with 💖