diff --git a/player/Makefile b/player/Makefile index 22b3572..08958ff 100644 --- a/player/Makefile +++ b/player/Makefile @@ -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: