Makefile
author John Abraham
Wed, 11 Sep 2013 08:06:25 -0700
changeset 10197 0cb30dac6408
parent 9963 c91691a39311
permissions -rw-r--r--
NetAnim: ASSERT minX, minY conditions in SetBoundary

# 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