summaryrefslogtreecommitdiffstats
path: root/mkfile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-09-25 17:16:54 -0400
committerSam Anthony <sam@samanthony.xyz>2024-09-25 17:16:54 -0400
commit44dd6ad61dfed5d89f8abf7e8f41797501f071cc (patch)
tree299f0b12e0f19c9b9f117232a1b0f1266b879632 /mkfile
parent50f5164c529d57aeaf5c435b33683afabfc25c40 (diff)
downloadballs-44dd6ad61dfed5d89f8abf7e8f41797501f071cc.zip
refactor graphics functions
Diffstat (limited to 'mkfile')
-rw-r--r--mkfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfile b/mkfile
index e43c880..ce0c5d8 100644
--- a/mkfile
+++ b/mkfile
@@ -3,7 +3,7 @@ LD=9l
O=o
LDFLAGS=
-OBJ = balls.$O vec.$O collision.$O
+OBJ = balls.$O vec.$O collision.$O graphics.$O
balls: $OBJ
$LD -o balls $OBJ $LDFLAGS