Makefile
author miilic
Thu, 27 Aug 2015 18:08:12 -0700
changeset 11618 1de158f7e17a
parent 9963 c91691a39311
permissions -rw-r--r--
Bug 2170 - AnimationInterface outputs improperly formed XML

# 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