From 754513fc5b0558e9b155df67fb0c9d3bb7a7a74e Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 6 Jan 2026 17:00:34 +0200 Subject: [PATCH] typofix --- c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Makefile b/c/Makefile index 50eb820..8f6a49b 100644 --- a/c/Makefile +++ b/c/Makefile @@ -45,7 +45,7 @@ c128: bdir pet: bdir $(CCBUILD) -t pet -o $(BUILDDIR)/$(PROJNAME)-pet.bin $(CFILES) -plus4:bdir +plus4: bdir $(CCBUILD) -t plus4 -o $(BUILDDIR)/$(PROJNAME)-plus4.bin $(CFILES) all: $(PROJNAME) a2 a2e atari8bit c64 c16 c128 pet plus4