feat: update `make clean` directive

now deletes config.h
This commit is contained in:
swytch 2020-07-11 17:16:28 +02:00
parent e3628b783e
commit 263182ac75
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dwm: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
clean:
rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz
rm -f dwm config.h ${OBJ} dwm-${VERSION}.tar.gz
dist: clean
mkdir -p dwm-${VERSION}