aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 246db38..856ff9c 100755
--- a/configure
+++ b/configure
@@ -1,9 +1,9 @@
-if [[ "$1" == "Linux" ]]; then
+if [[ "$1" == "linux" ]]; then
cp os/linux/Makefile ./
-elif [[ "$1" == "Windows" ]]; then
+elif [[ "$1" == "windows" ]]; then
cp os/windows/Makefile ./
else
- echo "Error! No os specified"
+ echo "Error! Please use an os in the os folder (not debian)"
exit 1
fi
exit 0