blackfriday/Makefile

13 lines
232 B
Makefile
Raw Normal View History

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