# $Id: Makefile 1230 2007-06-01 04:14:58Z kate $

# Examples are intentionally not compiled during the build
all:

clean:

install:
	cd calc && ${MAKE} install

