Files
kunlun/build/build_kunlun2.sh

7 lines
109 B
Bash
Raw Permalink Normal View History

2024-09-28 14:24:04 +08:00
#!/bin/bash
rm ../Makefile
ln -s ./build/Makefile ../Makefile
set -o errexit
. env_kunlun2.sh && make -C ..