Makefile
author Sébastien Deronne <sebastien.deronne@gmail.com>
Sat, 05 Sep 2015 11:37:49 +0200
changeset 11640 8dfcbf71cb06
parent 9963 c91691a39311
permissions -rw-r--r--
Add helper to convert mcs values into datarate values

# 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