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