From 10910060ecb499d3da33f66b11a8dc2c2df3ea13 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Tue, 28 Nov 2023 09:31:55 -0800 Subject: [PATCH] Correct incorrect program name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f54b6f..66e2422 100644 --- a/Makefile +++ b/Makefile @@ -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