diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-09-05 14:47:43 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-09-05 14:47:43 -0400 |
commit | fe7ff7071d1bbf358749607284e8e37425eb5b92 (patch) | |
tree | 11cbaceabab469bcd85b5def2e5cc8d50137ed32 | |
parent | acd28e944a537b5b04b80fbd940511ce1c739f49 (diff) |
build nbc and c before we install quikr
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |