freetype-go: fix Makefiles.
R=rsc CC=golang-dev http://codereview.appspot.com/1989044
This commit is contained in:
parent
3657abe884
commit
acecb39ad9
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
|||
# 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.$(GOARCH)
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
all: install
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# 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.$(GOARCH)
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=freetype-go.googlecode.com/hg/freetype
|
||||
GOFILES=\
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# 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.$(GOARCH)
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=freetype-go.googlecode.com/hg/freetype/raster
|
||||
GOFILES=\
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# 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.$(GOARCH)
|
||||
include $(GOROOT)/src/Make.inc
|
||||
|
||||
TARG=freetype-go.googlecode.com/hg/freetype/truetype
|
||||
GOFILES=\
|
||||
|
|
Loading…
Reference in New Issue
Block a user