3 # This script is not part of the build, but running it tells you
4 # whether each genesis headers can be included without fussing
5 # around with all sorts of other headers.
6 for i
in src
/runtime
/genesis
/*.h
8 echo '#include "'$i'"' > tmp.c
9 cc
-Isrc/runtime
-c tmp.c