Files
firestormy/vendor/github.com/abbot/go-http-auth/Makefile
2020-03-13 03:41:54 +00:00

13 lines
159 B
Makefile
Executable File

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