Makefile not bundling my grfs anymore
Posted: 23 Aug 2019 17:01
Hey!
I've tried updating a grf today, and I wanted to add the readme and all to a tar file, and distribute that. Usually this is done by the compiler. While it used to (and still does for some projects, but not all) output this at the end:
Now it says
For some, but not all my grfs. Updating NML and copying NML/makefile from a project where it does work doesn't seem to have an effect.
Does anyone know how to make my compiler bundle grfs again?
Thanks!
I've tried updating a grf today, and I wanted to add the readme and all to a tar file, and distribute that. Usually this is done by the compiler. While it used to (and still does for some projects, but not all) output this at the end:
Code: Select all
[BUNDLE] mygrf
[BUNDLE TAR] mygrf.tar
Code: Select all
make: *** No rule to make target `docs/readme.txt', needed by `all'. Stop.
Does anyone know how to make my compiler bundle grfs again?
Thanks!