aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Winston2025-11-11 14:15:08 -0500
committerBen Winston2025-11-11 14:15:40 -0500
commit474765bfdf08a18d1bfd7f29a747bd5b29d4b9dc (patch)
tree83403230f72308b508ce8e91919cee37db29f6ec /Makefile
parent22d10da8be61a0b3be19b228b015fe1e5a965dbc (diff)
read from/write to file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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