Added pid plugin
This commit is contained in:
11
pid/Makefile
Normal file
11
pid/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
all: pid.so
|
||||
|
||||
%.so:%.o
|
||||
$(CC) -shared -fpic -lprofanity -o $@ $^
|
||||
|
||||
%.o:%.c
|
||||
$(CC) $(INCLUDE) -D_GNU_SOURCE -D_BSD_SOURCE -fpic -O3 -std=c99 \
|
||||
-Wall -Wextra -lprofanity -pedantic -c -o $@ $<
|
||||
|
||||
clean:
|
||||
$(RM) pid.so
|
||||
Reference in New Issue
Block a user