GHC = ghc -O2 --make -optl-static all: hist clusc filter add_single hist: Hist.hs $(GHC) Hist.hs -o hist clusc: Cluscomp.lhs $(GHC) Cluscomp.lhs -o clusc add_single: AddSingletons.hs $(GHC) AddSingletons.hs -o add_single filter: Filter.hs $(GHC) Filter.hs -o filter xcerpt: Xcerpt.lhs $(GHC) Xcerpt.lhs -o xcerpt xplit: Xplit.lhs $(GHC) Xplit.lhs -o xplit