Since meson isn't working for me on ubtuntu 18.04 (#25), this replaces the meson.build with a Makefile so that fewer dependencies are required to build. It also checks the size of the output, since it appears that the objcopy in the current head is including reloc sections (#26)
Since meson isn't working for me on ubtuntu 18.04 (#25), this replaces the
meson.build
with aMakefile
so that fewer dependencies are required to build. It also checks the size of the output, since it appears that theobjcopy
in the current head is including reloc sections (#26)