Rename binary

This commit is contained in:
kris 2019-03-21 16:23:56 +00:00
parent bbfcacd674
commit d55ee0e170
1 changed files with 2 additions and 2 deletions

View File

@ -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: