1
0
mirror of https://github.com/danog/blackfriday.git synced 2024-11-27 04:24:41 +01:00
blackfriday/Makefile
2011-05-28 21:33:16 -06:00

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