all repos — grayfriday @ 3ee2b137f8d5ffbd8675296a3001be5ba830fb58

blackfriday fork with a few changes

Makefile (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
include $(GOROOT)/src/Make.inc

TARG=github.com/russross/blackfriday

GOFILES=markdown.go html.go smartypants.go

package:

include $(GOROOT)/src/Make.pkg

markdown: package
	make -C example