summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-06-08 01:22:28 +0400
committerAndrew <saintruler@gmail.com>2021-06-08 01:22:28 +0400
commitc2c012f298c79a390a110a26c1f44ca80545456b (patch)
tree984bded3f2c3439593d497510053cb61ecb9e8c6 /Makefile
parenta9facd5fe9533d1294b005ed0a326eef4a720f06 (diff)
Added PKGBUILD file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 659ae87..124efaa 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 -f *.o *.gch dwmblocks
+ rm -rf *.o *.gch dwmblocks *.zst src pkg
install: output
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f dwmblocks $(DESTDIR)$(PREFIX)/bin