about summary refs log tree commit diff
path: root/custom_mutators/autotokens/Makefile
blob: 1ee7f5c4749e46782f77f4d7a6723593c76b3238 (plain) (blame)
1
2
3
4
5
6
7
all:	autotokens.so

autotokens.so:	autotokens.cpp
	$(CXX) -O3 -shared -fPIC -o autotokens.so -I../../include autotokens.cpp ../../src/afl-performance.o

clean:
	rm -f autotokens.so *~ core