Skip to content
Snippets Groups Projects
Commit 7f234b82 authored by an7s's avatar an7s
Browse files

Clean zipr_install if defined

parent 2cbe495c
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,11 @@ if [ -d $ZIPR_SCFI_PLUGIN ]; then
scons -c || exit
fi
if [ -d $ZIPR_CALLBACKS ]; then
cd $ZIPR_CALLBACKS
make clean
fi
cd $PEASOUP_UMBRELLA_DIR/zipr_large_only_plugin/
scons -c || exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment