From c3bb858bb54dc8c64bbd48054c2c58dc0073f09c Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Sun, 19 May 2019 17:39:50 +0200 Subject: Remove build script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Copilation works now as usual with ´cargo run´ / ´cargo build´ --- game_server/build.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 game_server/build.sh (limited to 'game_server/build.sh') diff --git a/game_server/build.sh b/game_server/build.sh deleted file mode 100755 index 1eb61a1..0000000 --- a/game_server/build.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env sh - -case $1 in - ("") - if rustup run stable cargo --color always build; then - echo build success! - RUST_LOG=debug target/debug/game-server - else - echo build failed! - fi - ;; - -r) - sh build.sh &> err && cat err | tac - ;; - -c) - rustup run stable cargo clean - ;; - *) - echo invalid argument - ;; -esac -- cgit v1.2.3-70-g09d2