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

gramatron.so:	gramfuzz.c gramfuzz.h gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c hashmap.h test.c test.h utarray.h uthash.h
	$(CC) -O3 -g -fPIC -Wl,--allow-multiple-definition -o gramatron.so -shared -I. -I/prg/dev/include gramfuzz.c gramfuzz-helpers.c gramfuzz-mutators.c gramfuzz-util.c hashmap.c test.c

clean:
	rm -f gramatron.so