Makefile
author Sébastien Deronne <sebastien.deronne@gmail.com>
Sun, 17 May 2015 12:50:59 +0200
changeset 11398 1c3de04836e3
parent 9963 c91691a39311
permissions -rw-r--r--
remove tracing information about aggregate queue flushing when aggregate queue is empty

# 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