include ../Makefile.inc

all: libs

libs: objs

objs:

test:

clean:
	rm -f *.o *.a
	rm -f test? test??