include ../config.mk

CFLAGS=$(DEFS) `pkg-config --cflags glib-2.0`

all: pipe.o string.o system.o util.o
	ar rcs libantiright.a pipe.o string.o system.o util.o
clean:
	rm -f *.o *.a

