aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-29 11:30:53 -0800
committerCody Logan <cody@lokken.dev>2023-11-29 11:30:53 -0800
commit99c124255f17161d285ad6f9ad36917f5cb19bd2 (patch)
tree1757a9c315b17522b3b4a2616ce29de60594181c /Makefile
parent9e90de0981a9c6c12e81f24b9f4d1428a26a090a (diff)
downloadconvert-markdown-99c124255f17161d285ad6f9ad36917f5cb19bd2.tar.gz
convert-markdown-99c124255f17161d285ad6f9ad36917f5cb19bd2.zip
Consistent code style
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 870970d..ce1dc8c 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJS = parse-file.o compats.o
TESTOBJS = test-convert-markdown.o
convert-markdown: $(OBJS)
- $(CC) $(OBJS) convert-markdown.c -o $@ $(LDFLAGS) $(LDADD)
+ $(CC) -g -O2 $(OBJS) convert-markdown.c -o $@ $(LDFLAGS) $(LDADD)
$(OBJS): config.h