all: runhaskell Setup.lhs build # (cd demos ; make) config: runhaskell Setup.lhs configure install: runhaskell Setup.lhs install clean: rm -f `find . -name "*.o" -print` rm -f `find . -name "*.hi" -print` rm -f `find . -name "*~" -print` (cd demos ; make clean) rm -rf dist OME