From: kub Date: Sat, 5 Feb 2022 21:16:16 +0000 (+0000) Subject: build, fix incomplete clean in cyclone,musashi X-Git-Tag: v2.00~360 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fce11a3024bd3e294c0a7223dd82493f6dca35d;p=picodrive.git build, fix incomplete clean in cyclone,musashi --- diff --git a/Makefile b/Makefile index 56dba332..3821ad85 100644 --- 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)