hdiff
packages
feed
todos
-0.1: Makefile
GHC=ghc GHCFLAGS=-O2 todos: *.hs $(GHC) $(GHCFLAGS) --make todos.hs clean: rm -f *.hi *.o *~