https://github.com/bcgsc/ntCard
Revision ea75b66896cedba573dcf777d25236d3eff47ed8 authored by mohamadi on 29 March 2017, 18:52:30 UTC, committed by mohamadi on 29 March 2017, 18:52:30 UTC
1 parent ff76406
Raw File
Tip revision: ea75b66896cedba573dcf777d25236d3eff47ed8 authored by mohamadi on 29 March 2017, 18:52:30 UTC
nthll, ntcard: remove extra line
Tip revision: ea75b66
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top