From efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 11 Feb 2025 15:42:07 -0600 Subject: make sure to remove all generated protocol files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84b2a64..520059c 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ dwl-ipc-unstable-v2-protocol.c: config.h: cp config.def.h $@ clean: - rm -f dwl *.o *-protocol.h + rm -f dwl *.o *-protocol.* dist: clean mkdir -p dwl-$(VERSION) -- cgit v1.2.1