From: Joel Holdsworth Date: Sat, 24 Mar 2012 12:36:41 +0000 (+0000) Subject: Added missing command to clean rule X-Git-Tag: sigrok-firmware-fx2lafw-0.1.0~36 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8375421ce76f7170be575c3abdc1bbb71243a05a;p=sigrok-firmware-fx2lafw.git Added missing command to clean rule --- diff --git a/Makefile b/Makefile index 4c8bcea5..612c7486 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ cwav-usbeeax: clean: rm -rf hw/saleae-logic/build rm -rf hw/cwav-usbeeax/build + rm -rf hw/cwav-usbeesx/build .PHONY: saleae-logic cwav-usbeeax cwav-usbeesx