Search
lxdream.org :: lxdream :: r249:1708bec547df
lxdream 0.9.1
released Jun 29
Download Now
changeset249:1708bec547df
parent248:f8022f2ef2a2
child250:84e056e12a19
authornkeynes
dateTue Dec 19 11:54:47 2006 +0000 (17 years ago)
Add lib.so to the testide build
test/Makefile
1.1 --- a/test/Makefile Tue Dec 19 11:53:39 2006 +0000
1.2 +++ b/test/Makefile Tue Dec 19 11:54:47 2006 +0000
1.3 @@ -78,7 +78,7 @@
1.4 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.5 $(SH4OBJCOPY) testsh4 testsh4.bin
1.6
1.7 -testide: crt0.so testide.so ide.so
1.8 +testide: crt0.so testide.so ide.so lib.so
1.9 $(SH4CC) $(SH4LDFLAGS) $^ -o $@ $(SH4LIBS)
1.10 $(SH4OBJCOPY) testide testide.bin
1.11
.