1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-30 04:29:13 +01:00
blackfriday/Makefile

13 lines
191 B
Makefile
Raw Normal View History

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