summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-02 13:47:45 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-02 13:47:45 +0400
commit99603ed07416922b60e89687ad6a89416465457a (patch)
tree4c62e5d2b6ed0024d0e1ed3aa33c5bd18a159d50 /Makefile
parent66d96197ebd426f8a23dd456b83e7e433561c42b (diff)
Added PKGBUILD for building package on arch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a03a95c..05cb3bc 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ stest: stest.o
$(CC) -o $@ stest.o $(LDFLAGS)
clean:
- rm -f dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz
+ rm -rf dmenu stest $(OBJ) dmenu-$(VERSION).tar.gz *.zst pkg src
dist: clean
mkdir -p dmenu-$(VERSION)