diff options
author | Jed Barber <jjbarber@y7mail.com> | 2014-02-21 23:51:29 +1100 |
---|---|---|
committer | Jed Barber <jjbarber@y7mail.com> | 2014-02-21 23:51:29 +1100 |
commit | e25b703805a6d5b20ddcb70e406830ca8d16cd22 (patch) | |
tree | 8b54e49e2cd6a04d3f0958e8395651dbf607dc7d /makefile | |
parent | 50958fc5f2aad6f72fa8b948f8fa33713beb91a1 (diff) |
Revised programming style
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |