No more Makefiles. Use go command to build and install.

pull/4/head
jim teeuwen 2012-02-09 17:35:10 +01:00
parent 7df69a98df
commit 2b9a31984c
2 changed files with 0 additions and 17 deletions

View File

@ -1,15 +0,0 @@
# This work is subject to the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
# license. Its contents can be found at:
# http://creativecommons.org/publicdomain/zero/1.0
include $(GOROOT)/src/Make.inc
TARG = bindata
GOFILES = main.go gowriter.go bindata.go
all:
$(GC) -o $(TARG).6 $(GOFILES)
$(LD) -s -o $(TARG) $(TARG).6
clean:
rm -rf *.o *.a *.[568vq] [568vq].out *.cgo1.go *.cgo2.c _cgo_defun.c _cgo_gotypes.go _cgo_export.* *.so *.exe $(TARG)

2
README
View File

@ -19,8 +19,6 @@ generated go file.
USAGE
================================================================================
$ goinstall github.com/jteeuwen/go-bindata
The simplest invocation is to pass it only the input file name.
The output file and code settings are inferred from this automatically.