Makefile
author Natale Patriciello <natale.patriciello@gmail.com>
Thu, 03 Sep 2015 21:12:22 -0700
changeset 11632 88d6e64c778c
parent 9963 c91691a39311
permissions -rw-r--r--
bug 2165: server replies to SYN (with option TS) with a SYNACK (with option TS) also if the attribute Timestamp is false

# 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