Removed -lprofanity flag from compilation of test-c-plugin.c

Flag is used at the linking stage.
This commit is contained in:
James Booth
2014-05-23 22:42:51 +01:00
parent 14b5b3ac23
commit 6eca83400a

View File

@@ -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