aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:20:48 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-09 23:20:48 +0100
commit9ce88ff82962cbb971c71cf44775a05233ce1b54 (patch)
treeb470ecfdc7df8d54b47bdaa728379d9b5b36fe20 /Makefile
parentRemoved wrong and useless words (diff)
downloaddwm-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--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 8783714..9ae64c5 100644
--- a/Makefile
+++ b/Makefile
@@ -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