complete implemenation of bsb: need more debugging

This commit is contained in:
2025-11-10 05:55:26 +09:00
parent dd80e1ea1e
commit 28c4b5c61f
4 changed files with 399 additions and 68 deletions

View File

@@ -1,6 +1,7 @@
SHELL = /bin/bash
CXX = g++
# CXX = g++
CXX = clang++
SRC_DIR = src
GEN_DIR = generator
@@ -223,4 +224,4 @@ clean-tests: clean-inputs clean-outputs
.PHONY: clean
clean:
@echo "Cleaning up $(BUILD_DIR)/..."
@rm -rf $(BUILD_DIR)
@rm -rf $(BUILD_DIR)