File: Makefile

package info (click to toggle)
golang-github-paulrosania-go-charset 0.0~git20151028.0.621bb39-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 504 kB
  • ctags: 236
  • sloc: makefile: 9
file content (7 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
include $(GOROOT)/src/Make.inc

TARG=tcs
GOFILES=\
	tcs.go\

include $(GOROOT)/src/Make.cmd