From bf668eccd36d17269859744e28b58b74706ee1f6 Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Mon, 6 Jul 2026 13:32:57 -0700 Subject: Add config.h to make clean --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3