1
0
mirror of https://github.com/GOSTSec/ccminer synced 2025-01-10 06:47:53 +00:00
ccminer/config.sh

14 lines
261 B
Bash
Raw Normal View History

2014-08-12 11:38:48 +00:00
#!/bin/bash
# Simple script to create the Makefile
# then type 'make'
# export PATH="$PATH:/usr/local/cuda-6.5/bin/"
2014-08-12 11:38:48 +00:00
make clean || echo clean
rm -f config.status
./autogen.sh || echo done
CC=/usr/local/bin/colorgcc.pl CFLAGS="-O2 -D_REENTRANT" ./configure