mirror of https://github.com/m-labs/artiq.git
6 lines
102 B
Bash
6 lines
102 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
make -C $SRC_DIR/tools flterm
|
||
|
mkdir -p $PREFIX/bin
|
||
|
cp $SRC_DIR/tools/flterm $PREFIX/bin/
|