all repos — grayfriday @ 793fee5451fe853b7bd45ef35eb06c04522eafad

blackfriday fork with a few changes

Makefile (view raw)

 1include $(GOROOT)/src/Make.inc
 2
 3TARG=github.com/russross/blackfriday
 4
 5GOFILES=markdown.go block.go inline.go html.go smartypants.go latex.go
 6
 7all: package markdown
 8
 9include $(GOROOT)/src/Make.pkg
10
11markdown: package
12	make -C example