INCLUDES=-I..
OBJS=config.o

all: config.a
config.a: $(OBJS)

clean:
	rm -rf *.o *.a

-include ../Makefile.lib
