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:
9
libsrc/c16/joy/c16-stdjoy.s
Normal file
9
libsrc/c16/joy/c16-stdjoy.s
Normal file
@@ -0,0 +1,9 @@
|
||||
;
|
||||
; Standard joystick driver for the C16. May be used multiple times when linked
|
||||
; to the statically application.
|
||||
;
|
||||
; Ullrich von Bassewitz, 2002-12-21
|
||||
;
|
||||
|
||||
.include "../../plus4/joy/plus4-stdjoy.s"
|
||||
|
||||
Reference in New Issue
Block a user