Makefile
author Junling Bu <linlinjavaer@gmail.com>
Sun, 22 Sep 2013 19:56:47 -0700
changeset 10201 8bdf35df4bf1
parent 9963 c91691a39311
permissions -rw-r--r--
avoid crash when packets sent by higher layer cause no RTS/CTS operation

# 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