diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ distclean: testprog: - ghc --make test.hs -o ${OUTPUTDIR}/test + ghc -XDeriveDataTypeable --make test.hs -o ${OUTPUTDIR}/test fractranprog: ghc --make fractran.hs -o ${OUTPUTDIR}/fractran |