summaryrefslogtreecommitdiffstats
path: root/mkfile
diff options
context:
space:
mode:
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