Skip to content
Snippets Groups Projects
clean-all.sh 149 B
Newer Older
#!/bin/bash

cd $AFL_TRANSFORMS
scons -c || exit

cd $ZFUZZ_HOME/libzafl/src
scons -c || exit
Anh Nguyen-Tuong's avatar
Anh Nguyen-Tuong committed
scons autozafl=1 -c || exit
Anh Nguyen-Tuong's avatar
Anh Nguyen-Tuong committed

cd $ZFUZZ_HOME
rm -fr afl