Files
rgbds/include
ISSOtm 12f2f654dd Add -MG
This option allows for automatic dependency detection and generation:
as soon as a missing file is found, it is output to the dep file, and
assembly immediately aborts. (No .o file is produced, even if `-o` was
speicified.) This doesn't cause an error, either; the point is that once
the file is added to the dep file, the Makefile is re-parsed, and this
time the file will be generated, so the dep list builds up automatically.
This mimicks GCC's option and behavior.
2020-01-26 15:33:36 +01:00
..
2020-01-26 15:33:36 +01:00
2019-10-30 13:34:21 +01:00
2020-01-24 02:51:48 +01:00
2019-11-02 22:37:10 +01:00
2019-11-02 22:37:10 +01:00
2019-11-02 22:37:10 +01:00
2020-01-24 02:51:48 +01:00
2018-01-26 22:59:02 +00:00
2019-11-01 17:38:43 +01:00