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

Cleanup lib

parent 47f0b938
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ clean() ...@@ -59,7 +59,7 @@ clean()
{ {
rm out rm out
rm correct rm correct
rm -Rf foo.exe peasoup_exe* libfoo.so libfoo.so.orig libfoo.so.cfi foo.cfi foo.exe.cfi rm -Rf *.orig *libc*.exe *libc.*cfi
} }
report () report ()
...@@ -75,7 +75,7 @@ main() ...@@ -75,7 +75,7 @@ main()
protect protect
# get_correct # get_correct
# report # report
# clean clean
} }
passes=0 passes=0
......
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