mirror of
https://github.com/cc65/cc65.git
synced 2025-01-28 15:31:18 +00:00
uz
d54ca88743
Added a new option --dep-target to the compiler. This option allows to set the
target in the generated dependency file. The cl65 utility will use this option to override the depdendency target, if actual object files are to be generated from C input. So the generated dependency will not have the intermediate .s file as target, but the final .o file, which allows to use the dependency files without further processing. git-svn-id: svn://svn.cc65.org/cc65/trunk@4660 b7a2c559-68d2-44c3-8de9-860c34a00d81
…
…
…
Description
Languages
C
62.5%
Assembly
35.5%
PHP
0.7%
Makefile
0.6%
Perl
0.3%
Other
0.3%