TARGET = libtestdev.so
 
_OBJS = testdev.o

include ../Makefile.common

CFLAGS += -fPIC
LDFLAGS += -shared

$(ODIR)/testdev.o: testdev.c
