build, fix incomplete clean in cyclone,musashi
authorkub <derkub@gmail.com>
Sat, 5 Feb 2022 21:16:16 +0000 (21:16 +0000)
committerkub <derkub@gmail.com>
Sat, 5 Feb 2022 21:21:47 +0000 (21:21 +0000)
Makefile

index 56dba33..3821ad8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -305,6 +305,8 @@ target_: $(TARGET)
 
 clean:
        $(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h
+       $(MAKE) -C cpu/cyclone clean
+       $(MAKE) -C cpu/musashi clean
        $(RM) -r .od_data
 
 $(TARGET): $(OBJS)