7 lines
109 B
Bash
Executable File
7 lines
109 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm ../Makefile
|
|
ln -s ./build/Makefile ../Makefile
|
|
set -o errexit
|
|
. env_kunlun2.sh && make -C ..
|