Makefile
author Natale Patriciello <natale.patriciello@gmail.com>
Fri, 16 Oct 2015 10:42:57 -0700
changeset 11710 842e70724055
parent 9963 c91691a39311
permissions -rw-r--r--
[BUG 2159] Advertise right window in TcpSocketBase

# 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