mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-30 04:29:13 +01:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=github.com/russross/blackfriday
|
|
|
|
GOFILES=markdown.go html.go smartypants.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|