1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-24 17:52:02 +01:00

build system update

This commit is contained in:
2019-11-28 12:30:17 +00:00
parent 8cfbaeb9ce
commit ec5e6c6920
4 changed files with 8 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
NAME='gsl-2.5'
NAME='gsl-2.6'
if (( $# != 1 )); then
echo "usage: `basename $0` <prefix>" 1>&2