Skip to content

Commit

Permalink
chore: fix typo in tm2 makefile (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s authored May 4, 2023
1 parent 299035d commit f3bc447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tm2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ help:
rundep=go run -modfile ../misc/devdeps/go.mod

.PHONY: build
build: _build.t2txsync
build: _build.tm2txsync
_build.tools: _build.aminoscan _build.goscan _build.logjack _build.iaviewer

_build.t2txsync:; go build -o build/t2txsync ./cmd/t2txsync
_build.tm2txsync:; go build -o build/tm2txsync ./cmd/tm2txsync
_build.aminoscan:; go build -o build/aminoscan ./pkg/amino/cmd/aminoscan
_build.goscan:; go build -o build/goscan ./pkg/amino/cmd/goscan
_build.logjack:; go build -o build/logjack ./pkg/autofile/cmd
Expand Down

0 comments on commit f3bc447

Please sign in to comment.