# Makefile for hoist2007
# Satofumi KAMIMURA
# $Id$

all :

clean :
	cd programs/ && ${MAKE} clean
