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