1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-21 09:17:52 +00:00

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:
Oliver Schmidt
2013-05-04 22:15:30 +02:00
parent 008b4c4e1d
commit 81e467cdc2
24 changed files with 263 additions and 420 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
;
.export _joy_static_stddrv
.import _plus4_stdjoy
.import _plus4_stdjoy_joy
.rodata
_joy_static_stddrv := _plus4_stdjoy
_joy_static_stddrv := _plus4_stdjoy_joy