From 64c0726e68fbee59f0fa174961d714a241b0d482 Mon Sep 17 00:00:00 2001 From: Jason Ly Date: Sun, 6 Jul 2025 21:40:38 -0400 Subject: [PATCH] tabs instead of whitespace for mac --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4d9d4c8..d83f512 100644 --- a/makefile +++ b/makefile @@ -105,7 +105,7 @@ $(OUTPUT_FILE): $(OBJECT_FILES) # Copy bella engine lib files to poomer-bella-sine @cp -P $(BELLA_SDK_PATH)/lib/libbella_engine_sdk.so $(BIN_DIR)/ @cp -P $(BELLA_SDK_PATH)/lib/libdl_usd_ms.so $(BIN_DIR)/ - endif + endif @echo "Build complete: $(OUTPUT_FILE)" # Add default target