#! /usr/bin/env python
# encoding: utf-8

bld.stlib(
	source   = 'Accumulator.cpp HelloWorld.cpp',
	target   = 'useless',
	export_includes = '.',
)

