Created
July 1, 2021 09:42
-
-
Save pmandreoli/f3824a9d6a6bdaa2c942f33fa22d5f47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -x -e | |
| ls $SRC_DIR | |
| $CXX $SRC_DIR/MocoLoco.cpp -o Mocoloco -lgsl -lgslcblas |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment