Revision 2efa79c0389423ed15c51ca6eb0c1c40d9085b01 authored by Hamid Mohamadi on 27 April 2020, 18:08:15 UTC, committed by GitHub on 27 April 2020, 18:08:15 UTC
Added ntCard logo, bioconda install link
1 parent 3bba9a8
Raw File
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top