Skip to content
Snippets Groups Projects
Makefile 204 B
Newer Older
Anh Nguyen-Tuong's avatar
Anh Nguyen-Tuong committed
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