From b91e76f21601947c7fc4b63a56c1ecd6c5daa177 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 3 Jul 2023 15:56:16 +0200 Subject: [PATCH] Update makefile missing prg --- samples/hires/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/hires/makefile b/samples/hires/makefile index c7d47ea..1159dda 100644 --- a/samples/hires/makefile +++ b/samples/hires/makefile @@ -4,7 +4,7 @@ CFLAGS=-n %.prg: %.c $(CC) $(CFLAGS) $< -all: splitscreen.prg func3d.prg lines.prg polygon.prg bitblit.prg fractaltree.prg qsort.prg +all: splitscreen.prg func3d.prg lines.prg polygon.prg bitblit.prg cube3d.prg fractaltree.prg qsort.prg splitscreen.prg: splitscreen.c $(CC) $<