PageRenderTime 85ms CodeModel.GetById 74ms RepoModel.GetById 0ms app.codeStats 0ms

/smtpd/Makefile

https://code.google.com/
Makefile | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | b38eb72d8abf251f50ccb5a9e0bbb4b9 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. include $(GOROOT)/src/Make.inc
  2. TARG=go-smtpd.googlecode.com/git/smtpd
  3. GOFILES=smtpd.go
  4. include $(GOROOT)/src/Make.pkg