This commit is contained in:
2022-09-09 22:18:09 +06:00
parent b3d460a42a
commit 8eb305b5cf
3 changed files with 28 additions and 12 deletions

7
tasks/pre_build.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd kerep
make $KEREP_BUILD_TARGET
cp bin/kerep.a ../obj/
printf "${GREEN}copied ${CYAN}kerep.a\n"
cd ..