Code cleanup

This commit is contained in:
Pierre Pronchery 2014-11-12 21:24:48 +01:00
parent cf779d28fd
commit 1836e19cb0

View File

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