summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-10 15:21:33 +0000
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2026-01-10 15:21:33 +0000
commit55ce25969ed3df255965a0f01fc6b511fb275301 (patch)
tree8c00938fb9c95c4c855ddaa1bfef532788a26249
parentd365278aab24c44cda8c4d79bcfc6eca34a78f4f (diff)
fix make dist
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ffa69b4..f95f1a9 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,8 @@ clean:
dist: clean
mkdir -p dwm-${VERSION}
- cp -R LICENSE Makefile README config.def.h config.mk\
- dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION}
+ cp -R LICENSE Makefile README config.h config.mk\
+ dwm.1 drw.h util.h ${SRC} transient.c dwm-${VERSION}
tar -cf dwm-${VERSION}.tar dwm-${VERSION}
gzip dwm-${VERSION}.tar
rm -rf dwm-${VERSION}