summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2014-03-16 23:28:42 +1100
committerJed Barber <jjbarber@y7mail.com>2014-03-16 23:28:42 +1100
commiteecb6118d595caffa169e4ababce30e6b8829088 (patch)
treec2bd6336712abd93b70bce1b7e58cac0a8362c08 /makefile
parent4e526431cbb2ab7916334a5ee03f2439b0534630 (diff)
Basic tests for Unlambda parser
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4388627..9b0cfea 100644
--- a/makefile
+++ b/makefile
@@ -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