summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2015-09-28 13:14:49 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2015-09-28 13:14:49 -0400
commit00b5f604c995bd3faaf339766a58cd596d2ce005 (patch)
tree43e529250bab982c73816f1ffdf673e8e4b98c13 /Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile
parenta055fd10b83b28bf97877e4e28a2275f74a71a4a (diff)
parent503501ab3b616fb9fa57b046df850cfc2db734f8 (diff)
downloadchat-00b5f604c995bd3faaf339766a58cd596d2ce005.tar.gz
chat-00b5f604c995bd3faaf339766a58cd596d2ce005.tar.bz2
chat-00b5f604c995bd3faaf339766a58cd596d2ce005.zip
Merge pull request #772 from jdeng/imaging_fix
use github.com/disintegration/imaging
Diffstat (limited to 'Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile')
-rw-r--r--Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile b/Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile
deleted file mode 100644
index 7bfdf22d8..000000000
--- a/Godeps/_workspace/src/code.google.com/p/graphics-go/graphics/graphicstest/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2011 The Graphics-Go Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
-
-include $(GOROOT)/src/Make.inc
-
-TARG=code.google.com/p/graphics-go/graphics/graphicstest
-GOFILES=\
- graphicstest.go\
-
-include $(GOROOT)/src/Make.pkg