SRCS	= snd-main.c snd-switches.c

HDRS	= sound.h

OBJS	= snd-main.o snd-switches.o

TARGET	= sound.a

include ../Makefile.common
