Skip to content

Commit

Permalink
fix: deleted unnecessary make command
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
hlts2 committed Apr 25, 2024
1 parent 517879c commit d7e25f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/vald-origin
/vald
wordvecs1000.json

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ $(PB2PYS): proto/deps $(PB2DIR_ROOT) $(SHADOWS)
$(VALD_DIR):
git clone https://$(VALDREPO) $(VALD_DIR)

.PHONY: vald/clone
## clone vald repository
vald/clone: $(VALD_DIR)

.PHONY: vald/checkout
## checkout vald repository
vald/checkout: $(VALD_DIR)
Expand Down

0 comments on commit d7e25f2

Please sign in to comment.