about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-10-17 13:51:43 +0300
committerAcid Bong <acid-bong@cock.lt>2022-10-17 13:51:43 +0300
commit16d622ff75ebc04621dcf982ed79e5f01462f480 (patch)
treeb5cf6e784597097dd7ec0f346a0cebb59d2837e3 /Makefile
parent50ad171eea9db5ccb36fce2592e047c3282975ff (diff)
downloaddwm-16d622ff75ebc04621dcf982ed79e5f01462f480.tar.gz
bong init: keys, gitignore, minor fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
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}