Makefile updates
This commit is contained in:
parent
f81aefe8bd
commit
27e04b36b0
1 changed files with 4 additions and 0 deletions
|
@ -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 :=
|
||||||
|
|
Loading…
Add table
Reference in a new issue