97fe2fb9c1
Also update freetype/truetype for s/int/rune/. R=rsc, bradfitz CC=golang-dev http://codereview.appspot.com/5505067
14 lines
410 B
Makefile
14 lines
410 B
Makefile
# Copyright 2010 The Freetype-Go Authors. All rights reserved.
|
|
# Use of this source code is governed by your choice of either the
|
|
# FreeType License or the GNU General Public License version 2 (or
|
|
# any later version), both of which can be found in the LICENSE file.
|
|
|
|
include $(GOROOT)/src/Make.inc
|
|
|
|
TARG=code.google.com/p/freetype-go/freetype/truetype
|
|
GOFILES=\
|
|
truetype.go\
|
|
|
|
include $(GOROOT)/src/Make.pkg
|
|
|