fix issue with copy and expire
This commit is contained in:
4
Makefile
4
Makefile
@@ -4,9 +4,9 @@ ROUTE_FILES=$(wildcard assets/src/*) $(wildcard assets/public/*)
|
||||
DOCS_ASSET=src/docs/bindata.go
|
||||
DOCS_FILES=$(wildcard src/docs/ui/*)
|
||||
|
||||
VENDOR_FILES=$(wildcard vendor/*)
|
||||
VENDOR_FILES=$(shell find vendor -type f -name '*.go')
|
||||
|
||||
SOURCE=$(wildcard cmd/*/*.go) $(filter-out src/routes/bindata.go, $(wildcard src/routes/*.go))
|
||||
SOURCE=$(wildcard cmd/paste/*.go) $(filter-out src/routes/bindata.go, $(wildcard src/routes/*.go))
|
||||
BINARY=paste
|
||||
|
||||
define DUMMY_BINDATA
|
||||
|
||||
Reference in New Issue
Block a user