aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 00:10:09 -0800
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 00:10:09 -0800
commit35643398483374ea573dc51d0e90e1b8e3727e48 (patch)
tree912ca7f453067d0f19c5319eea52da10fc98d222 /configure
parent7e5ecb0d0325133eee3cd6e66ccf7fdb96c231d0 (diff)
downloadyetihack-35643398483374ea573dc51d0e90e1b8e3727e48.tar.zst
added cmake support
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure10
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