Makefile
author Tom Henderson <tomh@tomh.org>
Tue, 01 Sep 2015 21:28:48 -0700
changeset 11625 07bfb4b5ad52
parent 9963 c91691a39311
permissions -rw-r--r--
bug 1927: wrap Chi-squared test of random-variable-stream-generators test suite

# Makefile wrapper for waf

all:
	./waf

# free free to change this part to suit your requirements
configure:
	./waf configure --enable-examples --enable-tests

build:
	./waf build

install:
	./waf install

clean:
	./waf clean

distclean:
	./waf distclean