packages feed

DSH-0.7.2: examples/Makefile

all: clean
		ghc -Wall -O3 --make Example01.hs
		rm -rf *.hi *.o

clean:
		rm -rf *.hi *.o Example01