Skip to content

Commit b46124e

Browse files
authored
Remove tscli from project. (#21)
This PR removes the tscli utility from the project.
1 parent a7e746c commit b46124e

File tree

6 files changed

+1
-294
lines changed

6 files changed

+1
-294
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
with:
1010
go-version: '^1.20'
1111
- run: make test
12-
- run: make build
12+

Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
BINDIR ?= ./bin
2-
SCRIPTDIR := ./scripts
31
SHELL := /bin/bash
42
GOBIN := $(shell which go 2> /dev/null)
53
ifeq ($(GOBIN),)
@@ -10,15 +8,3 @@ endif
108
test:
119
$(GOBIN) test -v ./...
1210

13-
.PHONY: build
14-
build:
15-
make -C tscli
16-
17-
.PHONY: install
18-
install: build
19-
cp $(BINDIR)/tscli /usr/local/bin/
20-
21-
.PHONY: clean
22-
clean:
23-
rm -rf $(BINDIR)
24-

tscli/Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

tscli/README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

tscli/main.go

Lines changed: 0 additions & 167 deletions
This file was deleted.

tscli/main_test.go

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)