packages feed

GA-1.0: examples/Makefile

all: theNumber hello

%: %.hs
	ghc --make -Wall $@

clean:
	rm -f *.hi *.o theNumber hello