1
0
mirror of https://github.com/danog/blackfriday.git synced 2025-01-22 21:31:20 +01:00
blackfriday/example/Makefile

13 lines
183 B
Makefile
Raw Normal View History

2011-05-28 21:17:53 -06:00
include $(GOROOT)/src/Make.inc
TARG=markdown
GOFILES=main.go
markdown: ../_obj/github.com/russross/blackfriday.a
2011-05-28 21:17:53 -06:00
GC += -I../_obj/
LD += -L../_obj/
2011-05-28 21:17:53 -06:00
include $(GOROOT)/src/Make.cmd