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
RevLine 
[92]1
[785]2SUBDIRS = src test deushax monsterz tools gfx
3DIST_SUBDIRS = $(SUBDIRS)
[92]4
[630]5EXTRA_DIST = bootstrap build-linux build-mingw
[92]6AUTOMAKE_OPTIONS = dist-bzip2
7
[877]8bench:
9        cd test && $(MAKE) $(AM_MAKEFLAGS) $@
10.PHONY: bench
11
Note: See TracBrowser for help on using the repository browser.