Simplify some shootout Makefiles
Summary: By following the naming conventions of the build system we can simplify the `Makefile`s a bit. This patch also avoids having to explicitly pass the flags to `runstdtest` for `fasta`, `k-nucleotide` and `reverse-complement`. The only consquence of this is that it's a requirement to run `make boot` before `make` for these benchmarks. But that is already the case since `.depend` files are generated by with `make boot`. Finally, this also update the `.gitignore` with the new names of the output/input files. Signed-off-by:Michal Terepeta <michal.terepeta@gmail.com> Test Plan: build & run Reviewers: bgamari Reviewed By: bgamari Differential Revision: https://phabricator.haskell.org/D3412
Showing
- .gitignore 6 additions, 6 deletions.gitignore
- shootout/fasta/Makefile 4 additions, 6 deletionsshootout/fasta/Makefile
- shootout/k-nucleotide/Makefile 10 additions, 9 deletionsshootout/k-nucleotide/Makefile
- shootout/reverse-complement/Makefile 19 additions, 22 deletionsshootout/reverse-complement/Makefile
Loading
Please register or sign in to comment