From 99c124255f17161d285ad6f9ad36917f5cb19bd2 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Wed, 29 Nov 2023 11:30:53 -0800 Subject: Consistent code style --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3