mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Makefile updates
This commit is contained in:
@@ -8,6 +8,10 @@
|
|||||||
# var. to build for another target system.
|
# var. to build for another target system.
|
||||||
SYS ?= c64
|
SYS ?= c64
|
||||||
|
|
||||||
|
# New targets can define MACHINE separately
|
||||||
|
# from target if needed.
|
||||||
|
MACHINE=$(SYS)
|
||||||
|
|
||||||
# Just the usual way to define a variable
|
# Just the usual way to define a variable
|
||||||
# containing a single space character.
|
# containing a single space character.
|
||||||
SPACE :=
|
SPACE :=
|
||||||
|
Reference in New Issue
Block a user