diff --git a/server/Makefile b/server/Makefile index efd96f6aefeb035aab54edc26d4d6e541ff60c21..462e827240672093b2530ad24297ae7f900756f8 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