diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-11 15:42:07 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-11 15:42:07 -0600 |
commit | efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c (patch) | |
tree | 7ba866cb16a1c2153b685eb808721b436256ef1a | |
parent | 082aa1edac6826731c5c0159f29037a3efd91afa (diff) | |
download | dwl-efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c.tar.gz dwl-efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c.tar.bz2 dwl-efc1c9f49fc4d4d632ada3c57864a9d6e6f8ad6c.zip |
make sure to remove all generated protocol files
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |