From 474765bfdf08a18d1bfd7f29a747bd5b29d4b9dc Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Tue, 11 Nov 2025 14:15:08 -0500 Subject: read from/write to file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d201105..a7fb15f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ .PHONY: build build: - cc later.c -Wall -Werror -o later + cc -g later.c -Wall -Werror -o later -- cgit v1.2.3