Files
cc65/libsrc
Greg King d1501731e4 Added a makefile dependency for the libraries' "extra" files.
Some of the files in "libsrc/*/extra/" include other library files.  But, the "lib/*.o" files weren't rebuilt when those other files changed.

The new dependency rules must be "bootstrapped".  You must force a rebuild of all of the extra library object files (it will create the dependency files).  Use these commands:

rm lib/*.o
make lib
2017-06-28 05:51:46 -04:00
..
2016-06-19 15:03:20 +02:00
2017-05-18 23:58:10 +02:00
2017-06-09 16:57:47 +03:00
2017-05-01 21:08:03 +03:00
2017-02-12 11:41:11 +01:00