diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-10 15:21:33 +0000 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2026-01-10 15:21:33 +0000 |
| commit | 55ce25969ed3df255965a0f01fc6b511fb275301 (patch) | |
| tree | 8c00938fb9c95c4c855ddaa1bfef532788a26249 | |
| parent | d365278aab24c44cda8c4d79bcfc6eca34a78f4f (diff) | |
fix make dist
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} |
