Code cleanup

This commit is contained in:
Pierre Pronchery 2014-11-12 22:00:40 +01:00
parent bcc155939e
commit 56da00ee57

View File

@ -17,8 +17,9 @@
#variables
PYTHONDIR="../src/python"
#executables
MAKE="make"
(cd ../src/python && $MAKE clean all)
(cd "$PYTHONDIR" && $MAKE clean all)