mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2024-12-30 15:29:26 +00:00
Rename binary
This commit is contained in:
parent
bbfcacd674
commit
d55ee0e170
@ -16,7 +16,7 @@ include make/head.mk
|
|||||||
# target, where in memory to put it, etc.
|
# target, where in memory to put it, etc.
|
||||||
|
|
||||||
# The name of your system or binary file to build goes here:
|
# The name of your system or binary file to build goes here:
|
||||||
PGM=audio
|
PGM=iivision
|
||||||
|
|
||||||
# Uncomment the one you want below (the first one is the default):
|
# Uncomment the one you want below (the first one is the default):
|
||||||
# MACHINE = apple2
|
# MACHINE = apple2
|
||||||
@ -79,7 +79,7 @@ SRCDIRS+=
|
|||||||
# If you want to add arguments to the link commandline, add them to
|
# If you want to add arguments to the link commandline, add them to
|
||||||
# this variable:
|
# this variable:
|
||||||
# LDFLAGS += -v
|
# LDFLAGS += -v
|
||||||
LDFLAGS += -Wl --dbgfile,audiotest.dbg
|
LDFLAGS += -Wl --dbgfile,iivision.dbg
|
||||||
|
|
||||||
# If you want to add arguments to the BASIC tokenizer commandline,
|
# If you want to add arguments to the BASIC tokenizer commandline,
|
||||||
# add them to this valiable:
|
# add them to this valiable:
|
||||||
|
Loading…
Reference in New Issue
Block a user