Correct incorrect program name

This commit is contained in:
Zachary Hall 2023-11-28 09:31:55 -08:00
parent 613139b95c
commit 10910060ec

View file

@ -13,7 +13,7 @@ TARGETS := cx16
# Name of the final, single-file executable.
# Default: name of the current dir with target name appended
PROGRAM := b16view
PROGRAM := bmxview
# Path(s) to additional libraries required for linking the program
# Use only if you don't want to place copies of the libraries in SRCDIR