config and makefile changes

This commit is contained in:
2026-02-09 21:20:48 -05:00
parent f63cde9354
commit e05e5ca5a9
2 changed files with 13 additions and 10 deletions

View File

@@ -20,7 +20,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}