aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-03-06 20:14:11 -0500
committerCalvin Morrison <mutantturkey@gmail.com>2014-03-06 20:14:11 -0500
commit36e44b275cc40c7151bbc5c311bef4fd31d6f89c (patch)
treee8cc4966e2305acd08faf1f2949a97b685c914a5 /Makefile
parenta755e6f92ddf8cfa648b8836807c5919fd15662d (diff)
update makefile to deal with no nbc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index d7a1634..c4f5827 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PREFIX = "/usr/"
-all: nbc c
+all: c
-install: nbc c
+install: c
@echo installing executable files to ${DESTDIR}${PREFIX}/bin
@mkdir -p ${DESTDIR}${PREFIX}/bin
@cp -vf src/nbc/probabilities-by-read ${DESTDIR}${PREFIX}/bin/probabilities-by-read
@@ -19,10 +19,6 @@ install: nbc c
@cp -vf src/c/quikr.1 ${DESTDIR}${PREFIX}/share/man/man1/quikr.1
@cp -vf src/c/quikr_train.1 ${DESTDIR}${PREFIX}/share/man/man1/quikr_train.1
@cp -vf src/c/multifasta_to_otu.1 ${DESTDIR}${PREFIX}/share/man/man1/multifasta_to_otu.1
-
-nbc:
- @echo "building nbc"
- @cd src/nbc; make
c:
@echo "building c"