diff --git a/make-linux.sh b/make-linux.sh index 36cfc60..4fd65b0 100755 --- a/make-linux.sh +++ b/make-linux.sh @@ -1,4 +1,4 @@ #!/bin/bash echo "USAGE $0 some-python-version" -cd source/linux && $1 Make.py && make clean && make && cd - && $1 Configure.py +cd source/linux && $1 Make.py && make clean && make && cd -