
* Changes to make vendored packages accept new home. * Fix go2idl to import vendored packages.
8 lines
246 B
Makefile
8 lines
246 B
Makefile
# Copyright 2009 The 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.
|
|
|
|
# Script to test heading detection heuristic
|
|
headscan: headscan.go
|
|
go build headscan.go
|