#! /bin/sh

in_file="../data/spell-gen-tab.csv"
out_file="./spell-gen-tab.h"

####

../sh/cv-tab.awk $in_file > $out_file
