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 6 7include $(GOROOT)/src/Make.pkg 8 9markdown: package 10 make -C example