diff options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure b/configure deleted file mode 100755 index 5a1a644..0000000 --- a/configure +++ /dev/null @@ -1,10 +0,0 @@ -if [[ "$1" == "linux" ]]; then - cp os/linux/Makefile ./ -elif [[ "$1" == "windows" ]]; then - cp os/windows/Makefile ./ -else - echo "Error! Please use an os in the os folder" - exit 1 -fi -mkdir package -exit 0 |
