CC=gcc CFLAGS=-Wall LDFLAGS=-lpthread -ldl -lm all: $(CC) $(CFLAGS) pluginfo.c $(LDFLAGS) -o pluginfo clean: rm *.o pluginfo