diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
