summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-02-21 23:51:29 +1100
committerJed Barber <jjbarber@y7mail.com>2014-02-21 23:51:29 +1100
commite25b703805a6d5b20ddcb70e406830ca8d16cd22 (patch)
tree8b54e49e2cd6a04d3f0958e8395651dbf607dc7d /makefile
parent50958fc5f2aad6f72fa8b948f8fa33713beb91a1 (diff)
Revised programming style
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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