mirror of
https://github.com/xxoommd/magic.git
synced 2025-05-22 13:12:45 +00:00
update
This commit is contained in:
parent
8b2517b9b1
commit
501cd1ff93
@ -4,9 +4,9 @@ alias ll=l
|
|||||||
alias open=explorer
|
alias open=explorer
|
||||||
|
|
||||||
export LC_ALL=zh_CN.utf-8
|
export LC_ALL=zh_CN.utf-8
|
||||||
export http_proxyserver=http://127.0.0.1:10809
|
export http_proxyserver="http://127.0.0.1:10809"
|
||||||
|
|
||||||
function set-proxy() {
|
function set_proxy() {
|
||||||
if [[ $1 == "on" ]]; then
|
if [[ $1 == "on" ]]; then
|
||||||
export HTTP_PROXY=$http_proxyserver
|
export HTTP_PROXY=$http_proxyserver
|
||||||
export HTTPS_PROXY=$http_proxyserver
|
export HTTPS_PROXY=$http_proxyserver
|
||||||
@ -56,6 +56,7 @@ function c3_build() {
|
|||||||
echo " - Deleting CMakeFiles ..." && rm -rf CMakeFiles
|
echo " - Deleting CMakeFiles ..." && rm -rf CMakeFiles
|
||||||
echo " - Deleting Makefile ..." && rm -f Makefile
|
echo " - Deleting Makefile ..." && rm -f Makefile
|
||||||
echo " - Deleting cmake_install.cmake ..." && rm -f cmake_install.cmake
|
echo " - Deleting cmake_install.cmake ..." && rm -f cmake_install.cmake
|
||||||
|
echo " - Deleting compile_commands.json ..." && rm -f compile_commands.json
|
||||||
echo " - Deleting augustus.* ..." && rm -f augustus.*
|
echo " - Deleting augustus.* ..." && rm -f augustus.*
|
||||||
echo " - Deleting res ..." && rm -rf assets maps
|
echo " - Deleting res ..." && rm -rf assets maps
|
||||||
echo " - Deleting libs ..." && rm -rf SDL2*
|
echo " - Deleting libs ..." && rm -rf SDL2*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user