summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2025-02-11 15:42:07 -0600
committerSquibid <me@zacharyscheiman.com>2025-02-11 15:42:07 -0600
commitefc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c (patch)
tree7ba866cb16a1c2153b685eb808721b436256ef1a
parent082aa1edac6826731c5c0159f29037a3efd91afa (diff)
downloaddwl-efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c.tar.gz
dwl-efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c.tar.bz2
dwl-efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c.zip
make sure to remove all generated protocol files
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)