From fe7ff7071d1bbf358749607284e8e37425eb5b92 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 5 Sep 2013 14:47:43 -0400 Subject: build nbc and c before we install quikr --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ec7a78c..d7a1634 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX = "/usr/" all: nbc c -install: +install: nbc 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 -- cgit v1.2.3