Skip to content
Snippets Groups Projects
Commit 8b3c9596 authored by Sebastian Graf's avatar Sebastian Graf Committed by Sebastian Graf
Browse files

CLEAN_FILES for `reverse-complement`

Summary:
`reverse-complement` didn't have its `CLEAN_FILES` set.

That led to incomplete rebuilds of binaries and changes in
i.e. `FAST_OPTS` taking no effect, despite a prior `make clean`.

Reviewers: osa1, AndreasK, bgamari, O26 nofib

Differential Revision: https://phabricator.haskell.org/D5467
parent 042cf0be
No related branches found
No related tags found
1 merge request!2D5467
...@@ -5,6 +5,8 @@ include $(TOP)/mk/boilerplate.mk ...@@ -5,6 +5,8 @@ include $(TOP)/mk/boilerplate.mk
# we don't want to include revcomp-c.c # we don't want to include revcomp-c.c
SRCS = Main.hs SRCS = Main.hs
CLEAN_FILES += fasta-c revcomp-c reverse-complement *stdout *stdin
# These values are only used in this file. They are ignored by the # These values are only used in this file. They are ignored by the
# executable itself. # executable itself.
FAST_OPTS = 250000 FAST_OPTS = 250000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment