Makefile
author Tommaso Pecorella <tommaso.pecorella@unifi.it>
Sun, 29 Mar 2015 16:12:50 +0200
changeset 11262 f92db91b2f2f
parent 9963 c91691a39311
permissions -rw-r--r--
SetGroupName for energy 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