[commit: nofib] master: Run k-nucleotide and reverse-complement by default (e1e43cd)
Johan Tibell
johan.tibell at gmail.com
Thu Feb 7 23:05:40 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/nofib
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/e1e43cd4da8ec8e8dce8af59f93b6f60708d4ba6
>---------------------------------------------------------------
commit e1e43cd4da8ec8e8dce8af59f93b6f60708d4ba6
Author: Johan Tibell <johan.tibell at gmail.com>
Date: Thu Feb 7 14:05:37 2013 -0800
Run k-nucleotide and reverse-complement by default
>---------------------------------------------------------------
shootout/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/shootout/Makefile b/shootout/Makefile
index c860e33..dc9fcb0 100644
--- a/shootout/Makefile
+++ b/shootout/Makefile
@@ -1,7 +1,8 @@
TOP = ..
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = binary-trees fannkuch-redux fasta n-body pidigits spectral-norm
+SUBDIRS = binary-trees fannkuch-redux fasta k-nucleotide n-body pidigits \
+ reverse-complement spectral-norm
include $(TOP)/mk/target.mk
More information about the ghc-commits
mailing list