Commit 19f39cd6 authored by Tres Seaver's avatar Tres Seaver

Forward port fix for #2083.

parent 7be5e182
......@@ -86,6 +86,7 @@ uninstance:
clean:
${FIND} "${BASE_DIR}" \
-name '*.py[co]' -o -name '*.so' -o -name '*.o' | ${XARGS} ${RM}
${RMRF} build
# version_txt: create a version file in lib/python/version.txt
version_txt:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment