Makefile
author Saswat Mishra <clicksaswat@gmail.com>
Sun, 06 Sep 2015 22:58:26 -0700
changeset 11652 af6897a9e544
parent 9963 c91691a39311
permissions -rw-r--r--
Update AODV and DSR for static ARP support

# 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