summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-11-20 16:55:01 +0000
committerPaul Buetow <pbuetow@mimecast.com>2020-11-20 16:55:01 +0000
commit6cd32a40fed4b82ffcbfbf22edf94baf674badf7 (patch)
treec52e2747d2bad163f8ac2fcde26a75fb13d9e7c7 /Makefile
parent46746e4630f3d7cd968c74645a28cc64c6930767 (diff)
parent585ee676cbba0f36d60fc8db2aa2fd82ba378d13 (diff)
Merge branch 'develop' of https://github.com/snonux/dtail into develop
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 75b9333..7cf125f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ build:
${GO} build -o dcat ./cmd/dcat/main.go
${GO} build -o dgrep ./cmd/dgrep/main.go
${GO} build -o dmap ./cmd/dmap/main.go
- ${GO} build -o drun ./cmd/drun/main.go
${GO} build -o dtail ./cmd/dtail/main.go
clean:
ls ./cmd/ | while read cmd; do \
@@ -16,7 +15,6 @@ install: build
cp -pv dcat ${GOPATH}/bin/dcat
cp -pv dgrep ${GOPATH}/bin/dgrep
cp -pv dmap ${GOPATH}/bin/dmap
- cp -pv drun ${GOPATH}/bin/drun
cp -pv dtail ${GOPATH}/bin/dtail
vet:
find . -type d | while read dir; do \