Makefile
author Sébastien Deronne <sebastien.deronne@gmail.com>
Mon, 22 Jun 2015 19:00:03 +0200
changeset 11454 5d42886be307
parent 9963 c91691a39311
permissions -rw-r--r--
fix some more issues in wifi-phy-test

# 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