mirror of
https://github.com/KrisKennaway/ii-vision.git
synced 2024-10-08 16:55:33 +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.
|
||||
|
||||
# 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):
|
||||
# MACHINE = apple2
|
||||
@ -79,7 +79,7 @@ SRCDIRS+=
|
||||
# If you want to add arguments to the link commandline, add them to
|
||||
# this variable:
|
||||
# LDFLAGS += -v
|
||||
LDFLAGS += -Wl --dbgfile,audiotest.dbg
|
||||
LDFLAGS += -Wl --dbgfile,iivision.dbg
|
||||
|
||||
# If you want to add arguments to the BASIC tokenizer commandline,
|
||||
# add them to this valiable:
|
||||
|
Loading…
Reference in New Issue
Block a user