source: trunk/Makefile.am @ 877

Last change on this file since 877 was 877, checked in by sam, 12 years ago

test: improve the benchmark code to measure a lot more half precision
number conversions.

File size: 213 bytes
Line 
1
2SUBDIRS = src test deushax monsterz tools gfx
3DIST_SUBDIRS = $(SUBDIRS)
4
5EXTRA_DIST = bootstrap build-linux build-mingw
6AUTOMAKE_OPTIONS = dist-bzip2
7
8bench:
9        cd test && $(MAKE) $(AM_MAKEFLAGS) $@
10.PHONY: bench
11
Note: See TracBrowser for help on using the repository browser.