Makefile
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Sun, 29 Mar 2015 16:22:52 +0200
changeset 11264 8eeabddc6c40
parent 9963 c91691a39311
permissions -rw-r--r--
SetGroupName for spectrum module

# 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