summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-06-26 17:12:07 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-06-26 17:12:07 +0400
commitc5b23ae46482e85195a5b09ee5c07881250d8cad (patch)
tree83b646325af530fb71c5e77a4be244e1d3e76771 /Makefile
parent123ccc9dfd7e118ec5244383c96b20316492908d (diff)
chore: switch default browser from firefox to qutebrowser
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e5f6f6..46c073b 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
- rm -f dwm ${OBJ} dwm_farajli-$(VERSION).tar.gz *.rej *.orig
+ rm -f dwm ${OBJ} dwm_farajli-$(VERSION).tar.gz *.rej *.orig
dist: clean
mkdir -p dwm_farajli-$(VERSION)