diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-09-24 14:41:13 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-09-24 14:43:30 -0600 |
commit | 342850487acf4fc7383429786b9cb05a6a4cdf4f (patch) | |
tree | c74cf92d88b72a5aabefe9ce60a6c7429bab6a64 | |
parent | 5baf195523934519d7659ae34ad287ca60a5654c (diff) |
include dwl.desktop in the tarbal
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,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) |