From 88ca0bf25d072e73f31c0441b0ba05f403898b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Thu, 23 Apr 2020 11:48:24 -0300 Subject: Fix point movement bug --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3