summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-06 13:32:57 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-06 13:32:57 -0700
commitbf668eccd36d17269859744e28b58b74706ee1f6 (patch)
tree08b13cba303379d727e0705e056655fc2c221020
parent3ccffabbdbd4e9382670d99d640e7f76eac011c8 (diff)
Add config.h to make clean
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 279b1c0..56d0121 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ xdg-shell-protocol.h:
config.h:
cp config.def.h $@
clean:
- rm -f dwl *.o *-protocol.h
+ rm -f dwl *.o *-protocol.h config.h
dist: clean
mkdir -p dwl-$(VERSION)