diff --git a/Makefile b/Makefile index e35c186..3ba4b56 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ all: mockeagain.so %.so: %.c + $(CC) -g -Wall -Werror -fPIC -shared $< -o $@ -ldl || \ $(CC) -g -Wall -Werror -fPIC -shared $< -o $@ clean: