notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88b729
)
build, fix incomplete clean in cyclone,musashi
author
kub
<derkub@gmail.com>
Sat, 5 Feb 2022 21:16:16 +0000
(21:16 +0000)
committer
kub
<derkub@gmail.com>
Sat, 5 Feb 2022 21:21:47 +0000
(21:21 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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)