LIBS	=	-L../libcs_compat -lcs_compat

parse_number: parse_number.c trans.h
	$(CC) -g -DTEST -o test parse_number.c $(LIBS) 

#
