summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2020-04-23 11:48:24 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2020-04-23 11:48:24 -0300
commit88ca0bf25d072e73f31c0441b0ba05f403898b37 (patch)
treece22f5592847cc6dc212dbb3fa98a82e66c24a60 /Makefile
parent388f43addc4a94681f27853defe9f46ec1b9ee63 (diff)
downloadjet-88ca0bf25d072e73f31c0441b0ba05f403898b37.tar.gz
jet-88ca0bf25d072e73f31c0441b0ba05f403898b37.zip
Fix point movement bug
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be264eb..2e84b40 100644
--- a/Makefile
+++ b/Makefile
@@ -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