diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-04-23 11:48:24 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-04-23 11:48:24 -0300 |
commit | 88ca0bf25d072e73f31c0441b0ba05f403898b37 (patch) | |
tree | ce22f5592847cc6dc212dbb3fa98a82e66c24a60 /Makefile | |
parent | 388f43addc4a94681f27853defe9f46ec1b9ee63 (diff) | |
download | jet-88ca0bf25d072e73f31c0441b0ba05f403898b37.tar.gz jet-88ca0bf25d072e73f31c0441b0ba05f403898b37.zip |
Fix point movement bug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ jet: Makefile *.c page: Makefile page.c test/page.c gcc $(FLAGS) test/page.c -o page -point: Makefile point.c test/point.c +point: Makefile page.c point.c test/point.c gcc $(FLAGS) test/point.c -o point |