Revision 9b0b8203 Makefile

b/Makefile
3 3
include config-host.mak
4 4

  
5 5
.PHONY: all clean distclean dvi info install install-doc tar tarbin \
6
	speed test test2 html dvi info
6
	speed test html dvi info
7 7

  
8 8
BASE_CFLAGS=
9 9
BASE_LDFLAGS=
......
176 176
        done
177 177

  
178 178
# various test targets
179
test speed test2: all
179
test speed: all
180 180
	$(MAKE) -C tests $@
181 181

  
182 182
TAGS:

Also available in: Unified diff