Makefile
author Alina Quereilhac <alina.quereilhac@inria.fr>
Sun, 15 Jun 2014 08:54:48 -0700
changeset 10813 da0eb48df23f
parent 9963 c91691a39311
permissions -rw-r--r--
update fd-tap-ping.cc instructions

# 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