forked from External/grumble
7 lines
117 B
Makefile
7 lines
117 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG = grumble/htmlfilter
|
|
GOFILES = \
|
|
htmlfilter.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|