From 0f3b356ebfe533d8135cf05f02fe1ff53cfe49b0 Mon Sep 17 00:00:00 2001 From: Johnny Richard Date: Tue, 26 Apr 2022 02:56:53 +0200 Subject: Add cursor movement --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3968073..1f4421f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -ted: ted.c - $(CC) ted.c -o ted -Wall -Wextra -pedantic -std=c11 +ted: ted.c string_builder.o + $(CC) ted.c string_builder.o -o ted -ggdb -Wall -Wextra -pedantic -std=c11 -- cgit v1.2.3