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