revision 249:1708bec547df
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 249:1708bec547df |
parent | 248:f8022f2ef2a2 |
child | 250:84e056e12a19 |
author | nkeynes |
date | Tue Dec 19 11:54:47 2006 +0000 (16 years ago) |
Add lib.so to the testide build
![]() | test/Makefile | view | annotate | diff | log |
1.1 --- a/test/Makefile Tue Dec 19 11:53:39 2006 +00001.2 +++ b/test/Makefile Tue Dec 19 11:54:47 2006 +00001.3 @@ -78,7 +78,7 @@1.4 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)1.5 $(SH4OBJCOPY) testsh4 testsh4.bin1.7 -testide: crt0.so testide.so ide.so1.8 +testide: crt0.so testide.so ide.so lib.so1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)1.10 $(SH4OBJCOPY) testide testide.bin
.