Skip to content

Commit

Permalink
feat: update Makefil
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDones committed Apr 5, 2024
1 parent e15d23d commit c72bb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build:
go build
go build -o bin/tfgen

install: build
mv tfgen /usr/local/bin
mv bin/tfgen /usr/local/bin

0 comments on commit c72bb7c

Please sign in to comment.