diff --git a/test-c-plugin/Makefile b/test-c-plugin/Makefile index 66ae3e6..1ed724b 100644 --- a/test-c-plugin/Makefile +++ b/test-c-plugin/Makefile @@ -5,7 +5,7 @@ all: test-c-plugin.so %.o:%.c $(CC) $(INCLUDE) -D_GNU_SOURCE -D_BSD_SOURCE -fpic -O3 -std=c99 \ - -Wall -Wextra -lprofanity -pedantic -c -o $@ $< + -Wall -Wextra -pedantic -c -o $@ $< clean: $(RM) test-c-plugin.so