No more Makefiles. Use go command to build and install.
This commit is contained in:
parent
7df69a98df
commit
2b9a31984c
15
Makefile
15
Makefile
|
@ -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
2
README
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user