SRCS= main.c i2c.c
PROG=i2c
CFLAGS=-Wall -Werror -g
LDFLAGS=-g
.include <bsd.prog.mk>

rel:
	make clean
	tar cvzf ../i2c.tgz .
