Makefile
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Sun, 27 Sep 2015 10:49:52 +0200
changeset 11674 d6e7902b45b1
parent 9963 c91691a39311
permissions -rw-r--r--
[doxygen] Small fix in WifiRadioEnergyModel docs

# 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