mirror of
https://github.com/status-im/markdown.git
synced 2025-02-22 16:18:22 +00:00
13 lines
191 B
Makefile
13 lines
191 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=github.com/russross/blackfriday
|
|
|
|
GOFILES=markdown.go html.go smartypants.go
|
|
|
|
package:
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|
|
markdown: package
|
|
make -C example
|