Replaced whole bunch for Makefiles with a single generic Makefile.
- No complex shell logic. - "Source file shadowing" for all targets via vpath. - Dependency handling. - True incremental build. - Don't write into source directories. - Easy cleanup by just removing 'wrk'.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
;
|
||||
|
||||
.export _joy_static_stddrv
|
||||
.import _c16_stdjoy
|
||||
.import _c16_stdjoy_joy
|
||||
|
||||
.rodata
|
||||
|
||||
_joy_static_stddrv := _c16_stdjoy
|
||||
_joy_static_stddrv := _c16_stdjoy_joy
|
||||
|
||||
Reference in New Issue
Block a user