diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 17:12:07 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-06-26 17:12:07 +0400 |
| commit | c5b23ae46482e85195a5b09ee5c07881250d8cad (patch) | |
| tree | 83b646325af530fb71c5e77a4be244e1d3e76771 /Makefile | |
| parent | 123ccc9dfd7e118ec5244383c96b20316492908d (diff) | |
chore: switch default browser from firefox to qutebrowser
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
