diff options
author | Acid Bong <acid-bong@cock.lt> | 2022-10-17 13:51:43 +0300 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2022-10-17 13:51:43 +0300 |
commit | 16d622ff75ebc04621dcf982ed79e5f01462f480 (patch) | |
tree | b5cf6e784597097dd7ec0f346a0cebb59d2837e3 /Makefile | |
parent | 50ad171eea9db5ccb36fce2592e047c3282975ff (diff) | |
download | dwm-16d622ff75ebc04621dcf982ed79e5f01462f480.tar.gz |
bong init: keys, gitignore, minor fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 77bcbc0..c05dbdd 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ dwm: ${OBJ} ${CC} -o $@ ${OBJ} ${LDFLAGS} clean: - rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz + rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz config.h dist: clean mkdir -p dwm-${VERSION} |