Skip to content

Commit

Permalink
Fix Makefile typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydoane committed Jan 31, 2024
1 parent 1d84432 commit 3f114dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ help:
build: .asdf check-epmd
@mvn

# target: clouseau1 - Start local inistance of clouseau1 node
# target: clouseau2 - Start local inistance of clouseau2 node
# target: clouseau3 - Start local inistance of clouseau3 node
# target: clouseau1 - Start local instance of clouseau1 node
# target: clouseau2 - Start local instance of clouseau2 node
# target: clouseau3 - Start local instance of clouseau3 node
$(instances): .asdf check-epmd
@mvn scala:run -Dname=$@ $(with-cookie)

Expand Down

0 comments on commit 3f114dd

Please sign in to comment.