File: Makefile

package info (click to toggle)
golang-github-abbot-go-http-auth 0.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 152 kB
  • sloc: makefile: 13
file content (12 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
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