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