diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-09-25 17:16:54 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-09-25 17:16:54 -0400 |
| commit | 44dd6ad61dfed5d89f8abf7e8f41797501f071cc (patch) | |
| tree | 299f0b12e0f19c9b9f117232a1b0f1266b879632 /mkfile | |
| parent | 50f5164c529d57aeaf5c435b33683afabfc25c40 (diff) | |
| download | balls-44dd6ad61dfed5d89f8abf7e8f41797501f071cc.zip | |
refactor graphics functions
Diffstat (limited to 'mkfile')
| -rw-r--r-- | mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |