summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/rsc/rosetta/graph/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mattermost/rsc/rosetta/graph/Makefile')
-rw-r--r--vendor/github.com/mattermost/rsc/rosetta/graph/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/mattermost/rsc/rosetta/graph/Makefile b/vendor/github.com/mattermost/rsc/rosetta/graph/Makefile
new file mode 100644
index 000000000..1cb49f788
--- /dev/null
+++ b/vendor/github.com/mattermost/rsc/rosetta/graph/Makefile
@@ -0,0 +1,7 @@
+include $(GOROOT)/src/Make.inc
+
+TARG=rsc.googlecode.com/hg/rosetta/graph
+GOFILES=\
+ graph.go\
+
+include $(GOROOT)/src/Make.pkg