Skip to content

Commit 7f94a9c

Browse files
authored
fix make file (#868)
1 parent 2d59ef2 commit 7f94a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ clean_test: ## Remove all the output of the tests
5353
rm *.log
5454
rm -rf coverage_html
5555

56-
update: update.sh ## Tries to get the latest version of the current branch from upstream
56+
update: ## Tries to get the latest version of the current branch from upstream
5757
bash tools/update.sh
5858

5959
fix_submodule: ## Fix any submodules that would not be checked out

0 commit comments

Comments
 (0)