all: mallory.so eve

mallory.so: mallory.c
	$(CC) $(CFLAGS) mallory.c -fPIC -shared -o mallory.so -ldl

eve: eve.c
	$(CC) $(CFLAGS) eve.c -o eve
