Makefile
author Alina Quereilhac <alina.quereilhac@inria.fr>
Wed, 06 Aug 2014 11:00:06 +0200
changeset 10854 e6e590450831
parent 9963 c91691a39311
permissions -rw-r--r--
Fix for Bug 1961 - planetlab-tap-creator "variable set but not used"

# 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