Skip to content
Snippets Groups Projects
Commit 33b21c46 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Add Makefile

parent a33e24dc
No related branches found
No related tags found
No related merge requests found
all: test_afl.unrolled
test_afl: test.c
g++ test.c -o $@
test_afl.unrolled: test_afl
$(PSZ) test_afl $@ --critical-step constant_unroll=on
clean:
rm -fr peasoup_exec* *.o test_afl test_afl.unrolled
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