diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-09 23:20:48 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-09 23:20:48 +0100 |
commit | 9ce88ff82962cbb971c71cf44775a05233ce1b54 (patch) | |
tree | b470ecfdc7df8d54b47bdaa728379d9b5b36fe20 /Makefile | |
parent | Removed wrong and useless words (diff) | |
download | dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.gz dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.bz2 dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.xz dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.tar.zst dwm-9ce88ff82962cbb971c71cf44775a05233ce1b54.zip |
New version, new patches
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -19,18 +19,15 @@ options: ${OBJ}: config.h config.mk -config.h: - cp config.def.h $@ - dwm: ${OBJ} - ${CC} -o $@ ${OBJ} ${LDFLAGS} -O2 + ${CC} -o $@ ${OBJ} ${LDFLAGS} clean: rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz dist: clean mkdir -p dwm-${VERSION} - cp -R LICENSE Makefile README config.def.h config.mk\ + cp -R LICENSE Makefile README config.mk\ dwm.1 drw.h util.h ${SRC} dwm.png transient.c dwm-${VERSION} tar -cf dwm-${VERSION}.tar dwm-${VERSION} gzip dwm-${VERSION}.tar |