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

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

clean:
	rm -f autotokens.so *~ core