mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
13 lines
171 B
Makefile
13 lines
171 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=markdown
|
||
|
|
||
|
GOFILES=main.go
|
||
|
|
||
|
LIBMD=github.com/russross/blackfriday
|
||
|
|
||
|
R=..
|
||
|
PREREQ += $(R)/_obj/$(LIBMD).a
|
||
|
|
||
|
include $(GOROOT)/src/Make.cmd
|