Makefile
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Sat, 23 Nov 2013 15:05:28 +0100
changeset 10438 32b7a66dbe7f
parent 9963 c91691a39311
permissions -rw-r--r--
Bug 1798 - Changing the rate of onOffApplication might stop transmission

# 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