Skip to content

Commit

Permalink
fix(Makefile): rename target to best practice
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Aug 23, 2023
1 parent 7235bc3 commit 1870f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ chat2: | build deps librln
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim chat2 $(NIM_PARAMS) $(EXPERIMENTAL_PARAMS) waku.nims

rln_keystore_generator: | build deps librln
rln-keystore-generator: | build deps librln
echo -e $(BUILD_MSG) "build/$@" && \
$(ENV_SCRIPT) nim rln_keystore_generator $(NIM_PARAMS) $(EXPERIMENTAL_PARAMS) waku.nims

Expand Down

0 comments on commit 1870f98

Please sign in to comment.