Skip to content

Commit

Permalink
Remove tscli from project.
Browse files Browse the repository at this point in the history
This PR removes the tscli utility from the project.
  • Loading branch information
jharshman committed Jan 22, 2024
1 parent a7e746c commit 84ed251
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 293 deletions.
14 changes: 0 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
BINDIR ?= ./bin
SCRIPTDIR := ./scripts
SHELL := /bin/bash
GOBIN := $(shell which go 2> /dev/null)
ifeq ($(GOBIN),)
Expand All @@ -10,15 +8,3 @@ endif
test:
$(GOBIN) test -v ./...

.PHONY: build
build:
make -C tscli

.PHONY: install
install: build
cp $(BINDIR)/tscli /usr/local/bin/

.PHONY: clean
clean:
rm -rf $(BINDIR)

13 changes: 0 additions & 13 deletions tscli/Makefile

This file was deleted.

42 changes: 0 additions & 42 deletions tscli/README.md

This file was deleted.

167 changes: 0 additions & 167 deletions tscli/main.go

This file was deleted.

57 changes: 0 additions & 57 deletions tscli/main_test.go

This file was deleted.

0 comments on commit 84ed251

Please sign in to comment.