From 6a4082406f71e40541602473bb0003fe3879fcdd Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Tue, 10 Jan 2012 15:34:34 -0900 Subject: Working yetihack --- configure | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 configure (limited to 'configure') diff --git a/configure b/configure new file mode 100755 index 0000000..246db38 --- /dev/null +++ b/configure @@ -0,0 +1,9 @@ +if [[ "$1" == "Linux" ]]; then + cp os/linux/Makefile ./ +elif [[ "$1" == "Windows" ]]; then + cp os/windows/Makefile ./ +else + echo "Error! No os specified" + exit 1 +fi +exit 0 -- cgit v1.3.1