aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 27dd859..00d5635 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@ CC = cc
CFLAGS = -O2 -g -I/usr/local/include
LDFLAGS = -L/usr/local/lib
LIBS = -llowdown -lm -static -pie
+# uncomment on Linux
+#LIBS += -lbsd -lmd
convert-markdown: convert-markdown.c
$(CC) $^ -o $@ $(CFLAGS) $(LDFLAGS) $(LIBS)