all: htnef htnef: src/*.hs src/tnef/*.hs ghc -O2 -Wall --make -fglasgow-exts -o bin/htnef src/*.hs src/tnef/*.hs profile: src/*.hs src/tnef/*.hs ghc -O2 -Wall -prof -auto-all --make -fglasgow-exts -o bin/htnef src/*.hs src/tnef/*.hs clean: rm -f bin/htnef rm -f src/*.hi rm -f src/*.o rm -f src/tnef/*.hi rm -f src/tnef/*.o rm -f htnef.prof