1
0
Fork 0
mirror of https://github.com/vbatts/srvdav.git synced 2024-11-22 16:45:39 +00:00
srvdav/vendor/github.com/abbot/go-http-auth/Makefile
Vincent Batts 6feae25207
vendor: dep init
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2018-04-03 20:33:38 -04:00

12 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