mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Cleaning up make errors when running make clean.
Not cleaning up the test results multiple times.
This commit is contained in:
@@ -89,6 +89,7 @@ endif
|
||||
$(MAKE) install -C apps DESTDIR=$(DESTDIR)
|
||||
|
||||
clean:
|
||||
$(MAKE) clean -C $(KSRC) M=$(shell pwd)/kernel
|
||||
$(MAKE) clean -C $(KSRC) $(shell pwd)/kernel
|
||||
rm -f hotplug/wis-ezusb udev/wis-ezusb.rules
|
||||
$(MAKE) clean -C apps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user