filename | test/Makefile |
changeset | 249:1708bec547df |
prev | 233:f8333b94f503 |
next | 263:6f641270b2aa |
author | nkeynes |
date | Tue Dec 19 11:54:47 2006 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Add lib.so to the testide build |
file | annotate | diff | log | raw |
1.1 --- a/test/Makefile Wed Sep 27 10:21:34 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
.