Makefile
author Sébastien Deronne <sebastien.deronne@gmail.com>
Sun, 06 Sep 2015 18:27:37 +0200
changeset 11649 d1bbecfd11d4
parent 9963 c91691a39311
permissions -rw-r--r--
Bug 2177 - Ipv6ExtensionFragmentHeader length is initialized to a wrong value.

# 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