From a1269fdf7deabf0b3b6128e8f7e6327f2ab14e7a Mon Sep 17 00:00:00 2001 From: saifullah-N Date: Fri, 27 Jan 2023 20:27:54 +0530 Subject: [PATCH] disable bbserial build for testing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d214630..d200a65 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ endif all: $(HTML) $(RESOURCES) @for SUB in $(SUBPROJECTS); do $(MAKE) -C src/$$SUB; done -pkg: all $(AVR_FIRMWARE) bbserial +pkg: all $(AVR_FIRMWARE) #bbserial ./setup.py sdist bbserial: