SRCS	= clock.c

HDRS	= clock.h

OBJS	= clock.o

TARGET	= clock.a

include ../Makefile.common
