Update makefile

missing prg
This commit is contained in:
Stefan 2023-07-03 15:56:16 +02:00 committed by GitHub
parent 6c7347310b
commit b91e76f216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ CFLAGS=-n
%.prg: %.c %.prg: %.c
$(CC) $(CFLAGS) $< $(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 splitscreen.prg: splitscreen.c
$(CC) $< $(CC) $<