all repos — grayfriday @ 6c6efa13b561c6b7541bce781b5472a8e1c59492

blackfriday fork with a few changes

Makefile (view raw)

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