Skip to content

Commit 8967378

Browse files
committed
chat2 with mix in progress
1 parent f0d38cc commit 8967378

File tree

5 files changed

+1070
-0
lines changed

5 files changed

+1070
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@ chat2: | build deps librln
228228
echo -e $(BUILD_MSG) "build/$@" && \
229229
$(ENV_SCRIPT) nim chat2 $(NIM_PARAMS) waku.nims
230230

231+
chat2mix: | build deps librln
232+
echo -e $(BUILD_MSG) "build/$@" && \
233+
$(ENV_SCRIPT) nim chat2mix $(NIM_PARAMS) waku.nims
234+
231235
rln-db-inspector: | build deps librln
232236
echo -e $(BUILD_MSG) "build/$@" && \
233237
$(ENV_SCRIPT) nim rln_db_inspector $(NIM_PARAMS) waku.nims

0 commit comments

Comments
 (0)