summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-10-09 11:45:51 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-10-09 11:45:51 -0600
commitb299e01e44d0277a254ba55a030a6d205133c50b (patch)
treee2c76e2f00a3da66d5cc5398cd83f6293b8857b2 /Makefile
parent1333f8cc6ecbe8b1d4d73c4e3453997d0e5d84f1 (diff)
parent6d9a915fb60d38ebf0ae897fbd6affde39ed8d77 (diff)
Merge remote-tracking branch 'upstream/main' into wlroots-next
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85be3d8..d7082fd 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ clean:
dist: clean
mkdir -p dwl-$(VERSION)
cp -R LICENSE* Makefile README.md client.h config.def.h\
- config.mk protocols dwl.1 dwl.c util.c util.h\
+ config.mk protocols dwl.1 dwl.c util.c util.h dwl.desktop\
dwl-$(VERSION)
tar -caf dwl-$(VERSION).tar.gz dwl-$(VERSION)
rm -rf dwl-$(VERSION)