filename | test/Makefile.in |
changeset | 749:f06c5a12903a |
prev | 748:4fa68ea01d29 |
next | 753:1fe39c3a9bbc |
author | nkeynes |
date | Sat Jul 19 02:34:11 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Fix make clean target And therefore (finally) fix the distcheck target overall |
file | annotate | diff | log | raw |
1.1 --- a/test/Makefile.in Sat Jul 19 00:56:54 2008 +00001.2 +++ b/test/Makefile.in Sat Jul 19 02:34:11 2008 +00001.3 @@ -138,7 +138,9 @@1.5 .PHONY : clean1.6 clean:1.7 - rm -f *.o *.so *.ao *.ac *.bin mapleid ide readmem dumpasic1.8 + rm -f *.o *.so *.ao *.ac *.bin sh4/*.so mapleid ide readmem dumpasic \1.9 + testsh4 testta testdisp testregs testide testmath testmmu \1.10 + testrend testspu dcflash.rom1.12 distclean: clean1.13 rm -f Makefile
.