Fixed all plugins (excl lua) to work with new hooks
This commit is contained in:
@@ -12,7 +12,7 @@ all: test-c-plugin.so
|
||||
|
||||
%.o:%.c
|
||||
$(CC) $(INCLUDE) -D_GNU_SOURCE -D_BSD_SOURCE -fpic -O3 -std=c99 \
|
||||
-Wall -Wextra -pedantic -c -o $@ $<
|
||||
-pedantic -c -o $@ $<
|
||||
|
||||
clean:
|
||||
$(RM) test-c-plugin.so
|
||||
|
||||
Reference in New Issue
Block a user