Removed -lprofanity flag from compilation of test-c-plugin.c
Flag is used at the linking stage.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user