Merge pull request #18 from polluks/patch-1

Update makefile
This commit is contained in:
drmortalwombat 2023-07-03 17:30:46 +02:00 committed by GitHub
commit 184f306eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) $<