9 lines
116 B
Makefile
9 lines
116 B
Makefile
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=github.com/dchest/uniuri
|
|
GOFILES=\
|
|
uniuri.go
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|