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