mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
11 lines
200 B
Makefile
11 lines
200 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=github.com/russross/blackfriday
|
|
|
|
GOFILES=markdown.go block.go inline.go html.go smartypants.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|
|
markdown: package
|
|
make -C example
|