This commit is contained in:
2023-08-15 08:35:06 +02:00
parent 00bd68d09f
commit 6b110ddc15
14 changed files with 411 additions and 18 deletions

View File

@@ -873,7 +873,7 @@ uninstall-am: uninstall-sbinPROGRAMS
$(CC) -I. -pthread $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
run: $(sbin_PROGRAMS)
./cworker
./cworker --port=9002
test: $(bin_TESTS)
@for test in $(bin_TESTS); do \