summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mattermost/rsc/rosetta/maze/Makefile
blob: 8a83abd05f393d8ddc4ba3201223a53ca3fb9bf1 (plain)
1
2
3
4
5
6
7
8
include $(GOROOT)/src/Make.inc

TARG=maze
GOFILES=\
	maze.go\

include $(GOROOT)/src/Make.cmd