Files
rgbds/include/asm
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
..
2019-08-29 14:04:58 +02:00
2019-12-04 00:16:28 +01:00
2020-01-26 15:33:36 +01:00
2018-01-26 22:59:02 +00:00
2020-01-24 02:51:48 +01:00
2020-01-24 02:51:48 +01:00
2019-08-29 21:54:06 -07:00
2020-01-19 11:11:36 +01:00