markdown/Makefile

11 lines
200 B
Makefile
Raw Normal View History

2011-05-28 21:17:53 -06:00
include $(GOROOT)/src/Make.inc
TARG=github.com/russross/blackfriday
GOFILES=markdown.go block.go inline.go html.go smartypants.go
2011-05-28 21:33:16 -06:00
2011-05-28 21:17:53 -06:00
include $(GOROOT)/src/Make.pkg
2011-05-28 21:33:16 -06:00
markdown: package
make -C example