@@ -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)
The note is not visible to the blocked user.