Makefile
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Sat, 05 Dec 2015 01:34:39 +0100
changeset 11780 9d4878ae6048
parent 9963 c91691a39311
permissions -rw-r--r--
Fix recursive call in Ipv6JoinGroup

# 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