####################################################################
# The Harmony Project                                              #
# harmony@lists.seas.upenn.edu                                     #
####################################################################

TOP = ../..
include $(TOP)/Top.Makefile

all: 

clean::
	rm -rf $(RESULT)

