Code cleanup
This commit is contained in:
parent
cf779d28fd
commit
1836e19cb0
|
@ -17,8 +17,9 @@
|
||||||
|
|
||||||
|
|
||||||
#variables
|
#variables
|
||||||
|
PYTHONDIR="../src/python"
|
||||||
#executables
|
#executables
|
||||||
MAKE="make"
|
MAKE="make"
|
||||||
|
|
||||||
|
|
||||||
(cd ../src/python && $MAKE clean all)
|
(cd "$PYTHONDIR" && $MAKE clean all)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user