From e25b703805a6d5b20ddcb70e406830ca8d16cd22 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Fri, 21 Feb 2014 23:51:29 +1100 Subject: Revised programming style --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 961af1a..b702844 100644 --- a/makefile +++ b/makefile @@ -21,8 +21,8 @@ testprog: ghc --make test.hs -o ${OUTPUTDIR}/test fractranprog: - ghc -XDeriveDataTypeable --make fractran.hs -o ${OUTPUTDIR}/fractran + ghc --make fractran.hs -o ${OUTPUTDIR}/fractran thueprog: - ghc -XDeriveDataTypeable --make thue.hs -o ${OUTPUTDIR}/thue + ghc --make thue.hs -o ${OUTPUTDIR}/thue -- cgit