forked from M-Labs/artiq
5 lines
62 B
Bash
5 lines
62 B
Bash
|
#!/bin/bash
|
||
|
./configure --prefix=$PREFIX
|
||
|
make -j
|
||
|
make install
|