mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 19:33:25 +08:00
13 lines
159 B
Makefile
13 lines
159 B
Makefile
|
include $(GOROOT)/src/Make.inc
|
||
|
|
||
|
TARG=auth_digest
|
||
|
GOFILES=\
|
||
|
auth.go\
|
||
|
digest.go\
|
||
|
basic.go\
|
||
|
misc.go\
|
||
|
md5crypt.go\
|
||
|
users.go\
|
||
|
|
||
|
include $(GOROOT)/src/Make.pkg
|