Skip to content

Commit ba124a3

Browse files
committed
remove stale demo
1 parent 0d171d9 commit ba124a3

File tree

3 files changed

+1
-121
lines changed

3 files changed

+1
-121
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ else # "variables.mk" was included. Business as usual until the end of this file
2828
.PHONY: all update clean
2929

3030
# default target, because it's the first one that doesn't start with '.'
31-
all: | waku_example nim_chat_poc tui
31+
all: | waku_example tui bot_echo pingpong
3232

3333
test_file := $(word 2,$(MAKECMDGOALS))
3434
define test_name
@@ -82,11 +82,6 @@ waku_example: | build-waku-librln build-waku-nat nim_chat_poc.nims
8282
\
8383
$(ENV_SCRIPT) nim waku_example $(NIM_PARAMS) nim_chat_poc.nims
8484

85-
nim_chat_poc: | build-waku-librln build-waku-nat nim_chat_poc.nims
86-
echo -e $(BUILD_MSG) "build/$@" && \
87-
\
88-
$(ENV_SCRIPT) nim nim_chat_poc $(NIM_PARAMS) nim_chat_poc.nims
89-
9085
# Ensure there is a nimble task with a name that matches the target
9186
tui bot_echo pingpong: | build-waku-librln build-waku-nat nim_chat_poc.nims
9287
echo -e $(BUILD_MSG) "build/$@" && \

examples/nim_chat_poc.nim

Lines changed: 0 additions & 111 deletions
This file was deleted.

nim_chat_poc.nimble

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ task waku_example, "Build Waku based simple example":
3838
let name = "waku_example"
3939
buildBinary name, "examples/", " -d:chronicles_log_level='TRACE' "
4040

41-
task nim_chat_poc, "Build Waku based simple example":
42-
let name = "nim_chat_poc"
43-
buildBinary name, "examples/", " -d:chronicles_log_level='INFO' "
44-
4541
task tui, "Build Waku based simple example":
4642
let name = "tui"
4743
buildBinary name, "examples/", " -d:chronicles_enabled=on -d:chronicles_log_level='INFO' -d:chronicles_sinks=textlines[file]"

0 commit comments

Comments
 (0)