From b9b66ebf91e83c2376de1cba22464562faaa4fc2 Mon Sep 17 00:00:00 2001
From: Micah Elizabeth Scott <micah@scanlime.org>
Date: Tue, 29 Oct 2013 16:35:16 -0700
Subject: [PATCH] Fully clean the libusbx directory too

---
 server/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/server/Makefile b/server/Makefile
index efd96f6..462e827 100644
--- a/server/Makefile
+++ b/server/Makefile
@@ -90,7 +90,9 @@ ifneq ("$(MINGW)", "")
 endif
 
 INCLUDES += -Ilibusbx/libusb
-CLEAN_FILES += libusbx/libusb/*.d libusbx/libusb/*.o
+CLEAN_FILES += \
+	libusbx/libusb/*.d libusbx/libusb/*.o \
+	libusbx/libusb/os/*.d libusbx/libusb/os/*.o
 
 ###########################################################################
 # Build Rules
-- 
GitLab